diff options
Diffstat (limited to 'test-1')
| -rw-r--r-- | test-1/Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-1/Dockerfile b/test-1/Dockerfile new file mode 100644 index 0000000..b4e1dd4 --- /dev/null +++ b/test-1/Dockerfile | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | FROM ubuntu:latest | ||
| 2 | |||
| 3 | RUN apt update && apt install -y git | ||
| 4 | |||
| 5 | ENTRYPOINT ['git'] | ||
