allzweckcontainer/Dockerfile
2023-11-03 11:52:00 +01:00

16 lines
276 B
Docker

# hadolint ignore=DL3007
FROM alpine:latest
# hadolint ignore=DL3018
RUN apk update --no-cache && \
apk add --no-cache \
build-essential \
wget \
rsync \
openssh-client \
ca-certificates \
debhelper \
git \
curl \
yamllint \
bash \