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