首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >将RobotFramework添加到Ubuntu:16.04

将RobotFramework添加到Ubuntu:16.04
EN

Stack Overflow用户
提问于 2022-11-15 14:18:55
回答 1查看 23关注 0票数 0

在这里输入图像描述我想在ubuntu中下载robotframework,但是我没有找到。我能做什么?

代码语言:javascript
复制
FROM ubuntu:16.04
RUN apt-get update    
RUN apt-get install software-properties-common -y
RUN add-apt-repository --yes ppa:ansible/ansible-2.10 
RUN apt-get install ansible -y
RUN add-apt-repository -y ppa:jblgf0/python
RUN apt-get update 
RUN apt-get install python3.6 -y
RUN apt-get install python-requests -y
RUN apt-get install python-pip -y
RUN pip install --upgrade pip
RUN pip install robotframework
RUN pip install --upgrade robotframework-sshlibrary
ENTRYPOINT [/bin/bash] 

在这里输入图像描述

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2022-11-15 15:59:22

您请求的版本有问题。例如,pip未能安装。此外,python3.6也是一个旧版本。您应该更新您的Dockerfile以使用Ubuntu,该版本目前位于22.0.4版。

票数 1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/74447146

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档