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
67bb39d4
Commit
67bb39d4
authored
Sep 23, 2021
by
Cecile Cavet
Browse files
Update Dockerfile
parent
f2c405b4
Pipeline
#137003
failed with stages
in 4 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Dockerfile
Dockerfile
+4
-2
No files found.
Dockerfile
View file @
67bb39d4
ARG
CI_PROJECT_DIR=${CI_PROJECT_DIR}
FROM
centos:7.5.1804
MAINTAINER
LISA DPC ccavet@apc.in2p3.fr
RUN
yum
-y
update
\
&&
yum
install
-y
epel-release
\
&&
yum
install
-y
git
\
#
&& yum install -y epel-release
\
#
&& yum install -y git
\
&&
yum clean all
WORKDIR
toto
...
...
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