diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-06-10 17:50:24 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2026-06-10 17:50:24 -0400 |
| commit | 43db0461b5114d77d7fdd7ed4a76a76275ad8385 (patch) | |
| tree | 968e25f868938655e084dcfc0dcee820dbd64839 /test-1/Dockerfile | |
| parent | 6a16c765572c18cad512926e766dbd003ebbe247 (diff) | |
test1
Diffstat (limited to 'test-1/Dockerfile')
| -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'] | ||
