diff options
| author | 2025-10-29 21:01:25 +0100 | |
|---|---|---|
| committer | 2025-10-29 21:01:25 +0100 | |
| commit | 8c5cd545bd4391d71e5b020a21ebd0d4ba41bda9 (patch) | |
| tree | c348b15f757b882df4ff89c1e1219c25f44a01b6 /Dockerfile | |
| parent | 8e482b14e3480ef364e4680ced8d831a9986b265 (diff) | |
Test
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ ARG APP_VERSION ARG BASE_IMAGE=alpine:latest -FROM ${BASE_IMAGE} as runtime +FROM ${BASE_IMAGE} RUN apk add --no-cache openssh-server fish git sudo |
