Skip to content

Commit ef62632

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

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ RUN apt update && apt -y install curl gnupg2 ca-certificates lsb-release debian-
2222
| tee /etc/apt/preferences.d/99nginx \
2323
&& cat /etc/apt/preferences.d/99nginx \
2424
&& apt update \
25-
&& apt install -y nginx ssl-cert \
26-
&& systemctl enable nginx
25+
&& apt install -y nginx ssl-cert
2726

2827
# Install DNSMasq and configure it to only get it's config from our pull-config
2928
RUN apt update && apt -y install dnsmasq && systemctl enable dnsmasq

0 commit comments

Comments
 (0)