summaryrefslogtreecommitdiff
path: root/test-1/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'test-1/Dockerfile')
-rw-r--r--test-1/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-1/Dockerfile b/test-1/Dockerfile
index b4e1dd4..f32e3e8 100644
--- a/test-1/Dockerfile
+++ b/test-1/Dockerfile
@@ -2,4 +2,6 @@ FROM ubuntu:latest
2 2
3RUN apt update && apt install -y git 3RUN apt update && apt install -y git
4 4
5RUN git --version
6
5ENTRYPOINT ['git'] 7ENTRYPOINT ['git']