@ -26,8 +26,8 @@ RUN apt-get update -y && \
apt-get clean && \
# Add nginx group and user
&& addgroup -S nginx \
&& adduser -S nginx -G nginx \
addgroup -S nginx && \
adduser -S nginx -G nginx && \
# Download additional nginx modules
mkdir -p /tmp/modules && \
cd /tmp/modules && \