Skip to content

Commit

Permalink
Clarify dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Jul 9, 2024
1 parent 17e58b0 commit 780d64e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
libsm6 \
# NGINX web server
nginx \
apache2-utils && \
apache2-utils \
netcat-openbsd && \
# Sanitize NGINX path
sed -i -e 's/\/var\/log\/nginx\/access\.log/\/dev\/stdout/g' -e 's/\/var\/log\/nginx\/error\.log/\/dev\/stderr/g' -e 's/\/run\/nginx\.pid/\/tmp\/nginx\.pid/g' /etc/nginx/nginx.conf && \
echo "error_log /dev/stderr;" >> /etc/nginx/nginx.conf && \
Expand Down

0 comments on commit 780d64e

Please sign in to comment.