Skip to content

Commit 724f79a

Browse files
committed
fix: disable nginx-debug service
1 parent ba0f6d7 commit 724f79a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN apt update && apt -y install curl gnupg2 ca-certificates lsb-release debian-
2323
&& cat /etc/apt/preferences.d/99nginx \
2424
&& apt update \
2525
&& apt install -y nginx ssl-cert \
26+
&& systemctl disable nginx-debug \
2627
&& systemctl enable nginx
2728

2829
# Install DNSMasq and configure it to only get it's config from our pull-config

0 commit comments

Comments
 (0)