Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Cecile Cavet
test-ci
Commits
b8f310db
Commit
b8f310db
authored
Sep 24, 2021
by
Cecile Cavet
Browse files
[skip-ci]
parent
68caae7f
Pipeline
#137246
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
Dockerfile
Dockerfile
+4
-1
No files found.
Dockerfile
View file @
b8f310db
ARG
CI_PROJECT_DIR=${CI_PROJECT_DIR}
FROM
centos:7.5.1804
#FROM centos:7.5.1804
FROM
python:3.9
MAINTAINER
LISA DPC ccavet@apc.in2p3.fr
RUN
yum
-y
update
\
...
...
@@ -14,5 +15,7 @@ RUN cd ${CI_PROJECT_DIR}
RUN
pwd
RUN
pip
install
-r
requirements.txt
ENTRYPOINT
["ping"]
CMD
["localhost"]
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