summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-10-29 21:01:25 +0100
committerGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2025-10-29 21:01:25 +0100
commit8c5cd545bd4391d71e5b020a21ebd0d4ba41bda9 (patch)
treec348b15f757b882df4ff89c1e1219c25f44a01b6
parent8e482b14e3480ef364e4680ced8d831a9986b265 (diff)
Test
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 58274be..4d8e350 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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