diff options
Diffstat (limited to 'test-1')
| -rw-r--r-- | test-1/Dockerfile | 2 |
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 @@ | |||
| 1 | FROM ubuntu:latest | 1 | FROM ubuntu:latest |
| 2 | 2 | ||
| 3 | RUN apt update && apt install -y git | 3 | RUN apt update && apt install -y git curl |
| 4 | 4 | ||
| 5 | ENTRYPOINT ['git'] | 5 | ENTRYPOINT ['git'] |
