Files
base-images/base/Dockerfile
T
luke-else c412ebd8d4
Build and Push Dev Containers / build (push) Failing after 21s
chore: Removed TMUX and added bash to lab containers
2026-07-21 15:25:03 +01:00

16 lines
198 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" ]