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, 1 insertions, 1 deletions
diff --git a/test-1/Dockerfile b/test-1/Dockerfile
index b4e1dd4..51138f4 100644
--- a/test-1/Dockerfile
+++ b/test-1/Dockerfile
@@ -1,5 +1,5 @@
1FROM ubuntu:latest 1FROM ubuntu:latest
2 2
3RUN apt update && apt install -y git 3RUN apt update && apt install -y git curl
4 4
5ENTRYPOINT ['git'] 5ENTRYPOINT ['git']