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, 0 insertions, 2 deletions
diff --git a/test-1/Dockerfile b/test-1/Dockerfile
index f32e3e8..b4e1dd4 100644
--- a/test-1/Dockerfile
+++ b/test-1/Dockerfile
@@ -2,6 +2,4 @@ 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
7ENTRYPOINT ['git'] 5ENTRYPOINT ['git']