We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0f6d7 commit ef62632Copy full SHA for ef62632
1 file changed
Dockerfile
@@ -22,8 +22,7 @@ RUN apt update && apt -y install curl gnupg2 ca-certificates lsb-release debian-
22
| tee /etc/apt/preferences.d/99nginx \
23
&& cat /etc/apt/preferences.d/99nginx \
24
&& apt update \
25
- && apt install -y nginx ssl-cert \
26
- && systemctl enable nginx
+ && apt install -y nginx ssl-cert
27
28
# Install DNSMasq and configure it to only get it's config from our pull-config
29
RUN apt update && apt -y install dnsmasq && systemctl enable dnsmasq
0 commit comments