Dockerfile aktualisiert
This commit is contained in:
@@ -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/*
|
||||
|
||||
|
Reference in New Issue
Block a user