Files
luke-else 0877ad22b2
Build and Push Dev Containers / build (push) Successful in 6m15s
fix: Removed trailing slash
2026-07-21 15:32:49 +01:00

16 lines
196 B
Docker

FROM alpine:edge
RUN apk add --no-cache \
curl \
helix \
shadow \
openssl-dev \
pkgconf \
build-base \
ca-certificates
RUN mkdir /app
WORKDIR /app
CMD [ "/bin/sh" ]