auto backup 2026-07-28_22:20:01
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
FROM debian:trixie-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
bash \
|
||||
ca-certificates \
|
||||
curl \
|
||||
iproute2 \
|
||||
iptables \
|
||||
jq \
|
||||
procps \
|
||||
wireguard-tools \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY pia-manual-connections /opt/pia-manual-connections
|
||||
|
||||
RUN chmod +x /opt/pia-manual-connections/*.sh
|
||||
|
||||
WORKDIR /opt/pia-manual-connections
|
||||
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["./run_setup.sh"]
|
||||
Reference in New Issue
Block a user