Skip to content

Commit

Permalink
Fixed build by adjusting for different /etc/logrotate.conf.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Jan 22, 2022
1 parent 25f10f7 commit c762600
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,7 @@ RUN \
# For /opt/nginx-proxy-manager/bin/handle-ipv6-setting.
bash \
# For openresty.
pcre \
&& \
# Adjust the logrotate config file.
sed-patch 's|^/var/log/messages|#/var/log/messages|' /etc/logrotate.conf
pcre

# Build and install certbot.
RUN \
Expand Down

0 comments on commit c762600

Please sign in to comment.