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
fa40c8c4
Commit
fa40c8c4
authored
Sep 23, 2021
by
Cecile Cavet
Browse files
Update Dockerfile
parent
c762612e
Pipeline
#136985
failed with stages
in 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Dockerfile
Dockerfile
+5
-1
No files found.
Dockerfile
View file @
fa40c8c4
...
...
@@ -6,5 +6,9 @@ RUN yum -y update \
&&
yum
install
-y
git
\
&&
yum clean all
WORKDIR
toto
WORKDIR
${CI_PROJECT_DIR}
ENTRYPOINT
["ping"]
CMD
["localhost"]
\ No newline at end of file
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