Gitlab - Argos ALM by PALO IT
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-cardif-brasil-robot-java
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Luis Eduardo Oviedo Granados
qa-cardif-brasil-robot-java
Commits
676cc009
Commit
676cc009
authored
Sep 07, 2023
by
Luis Eduardo Oviedo Granados
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Dockerfile
parent
d490793a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Dockerfile
Dockerfile
+2
-2
No files found.
Dockerfile
View file @
676cc009
#FROM maven:3.9.3-amazoncorretto-17
#FROM maven:3.6.3-jdk-11
FROM
maven:3.9.3-eclipse-temurin-17-alpine
RUN
apk add
--no-cache
python3
py3-pip
&&
\
pip3
install
--no-cache-dir
robotframework
RUN
apk add
--no-cache
python3
>~
=
3.x.x py3-pip>~
=
20.x.x
&&
\
pip3
install
--no-cache-dir
robotframework
>~
=
3.x.x
WORKDIR
/app
COPY
. .
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment