switched from drone to gitea actions
This commit is contained in:
@@ -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 /
|
||||
|
||||
Reference in New Issue
Block a user