Dockerfile aktualisiert
This commit is contained in:
@@ -2,8 +2,8 @@ FROM alpine:edge
|
|||||||
|
|
||||||
LABEL maintainer="admin@minenet.at"
|
LABEL maintainer="admin@minenet.at"
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apk update && \
|
||||||
apt-get -y install --no-install-recommends jq wget ca-certificates curl bind-tools iputils-ping speedtest-cli && \
|
apk add jq wget ca-certificates curl bind-tools iputils-ping speedtest-cli && \
|
||||||
mkdir -p /tailscale && \
|
mkdir -p /tailscale && \
|
||||||
rm -rf /config/.cache /tmp/*
|
rm -rf /config/.cache /tmp/*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user