switched from drone to gitea actions

This commit is contained in:
2025-06-12 23:49:30 +02:00
parent 4b63427319
commit d6a005e72b
4 changed files with 160 additions and 55 deletions

View File

@@ -14,9 +14,9 @@ FROM debian:bookworm-slim
COPY --from=BUILDER /usr/local/bin/barracudavpn /app/
RUN \
DEBIAN_FRONTEND=noninteractive apt update && \
DEBIAN_FRONTEND=noninteractive apt upgrade && \
DEBIAN_FRONTEND=noninteractive apt install -y iproute2 gettext-base tini && \
DEBIAN_FRONTEND=noninteractive apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get upgrade -y && \
DEBIAN_FRONTEND=noninteractive apt-get install -y iproute2 gettext-base tini && \
rm -rf /var/lib/apt/lists/*
COPY rootfs /