Remove unnecessary stage name
This commit is contained in:
parent
b9c2f9649d
commit
aa0ce24ab4
2 changed files with 1 additions and 2 deletions
scripts/Common/Software/docker/services/jellyfin
|
@ -3,7 +3,6 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: proton.Dockerfile
|
dockerfile: proton.Dockerfile
|
||||||
target: vpn
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
sysctls:
|
sysctls:
|
||||||
net.ipv4.conf.all.rp_filter: 2
|
net.ipv4.conf.all.rp_filter: 2
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
FROM ghcr.io/tprasadtp/protonwire AS protonwire
|
FROM ghcr.io/tprasadtp/protonwire AS protonwire
|
||||||
FROM debian AS vpn
|
FROM debian
|
||||||
|
|
||||||
RUN export DEBIAN_FRONTEND=noninteractive \
|
RUN export DEBIAN_FRONTEND=noninteractive \
|
||||||
&& apt-get update \
|
&& apt-get update \
|
||||||
|
|
Loading…
Reference in a new issue