We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 390a56c commit c67a7e4Copy full SHA for c67a7e4
Dockerfile
@@ -23,7 +23,7 @@ RUN \
23
RUN \
24
add-apt-repository -y ppa:nginx/stable && \
25
apt-get update && \
26
- apt-get install -y nginx && \
+ apt-get install -y nginx-extras && \
27
rm -rf /var/lib/apt/lists/* && \
28
echo "\ndaemon off;" >> /etc/nginx/nginx.conf && \
29
chown -R www-data:www-data /var/lib/nginx
0 commit comments