Remove unnecessary stage name

This commit is contained in:
Manuel Thalmann 2025-05-01 21:29:57 +02:00
parent b9c2f9649d
commit aa0ce24ab4
2 changed files with 1 additions and 2 deletions
scripts/Common/Software/docker/services/jellyfin

View file

@ -3,7 +3,6 @@ services:
build:
context: .
dockerfile: proton.Dockerfile
target: vpn
restart: unless-stopped
sysctls:
net.ipv4.conf.all.rp_filter: 2

View file

@ -1,5 +1,5 @@
FROM ghcr.io/tprasadtp/protonwire AS protonwire
FROM debian AS vpn
FROM debian
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \