Dockerfile aktualisiert

This commit is contained in:
2025-03-21 12:58:41 +01:00
parent 56711207b1
commit 8eb8a2a505

View File

@@ -2,8 +2,8 @@ FROM alpine:edge
LABEL maintainer="admin@minenet.at"
RUN apt-get update && \
apt-get -y install --no-install-recommends jq wget ca-certificates curl bind-tools iputils-ping speedtest-cli && \
RUN apk update && \
apk add jq wget ca-certificates curl bind-tools iputils-ping speedtest-cli && \
mkdir -p /tailscale && \
rm -rf /config/.cache /tmp/*