Skip to content

Commit c67a7e4

Browse files
author
Dave Thomas
committed
use nginx-extras
1 parent 390a56c commit c67a7e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN \
2323
RUN \
2424
add-apt-repository -y ppa:nginx/stable && \
2525
apt-get update && \
26-
apt-get install -y nginx && \
26+
apt-get install -y nginx-extras && \
2727
rm -rf /var/lib/apt/lists/* && \
2828
echo "\ndaemon off;" >> /etc/nginx/nginx.conf && \
2929
chown -R www-data:www-data /var/lib/nginx

0 commit comments

Comments
 (0)