Skip to content

Commit c762600

Browse files
committed
Fixed build by adjusting for different /etc/logrotate.conf.
1 parent 25f10f7 commit c762600

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,7 @@ RUN \
186186
# For /opt/nginx-proxy-manager/bin/handle-ipv6-setting.
187187
bash \
188188
# For openresty.
189-
pcre \
190-
&& \
191-
# Adjust the logrotate config file.
192-
sed-patch 's|^/var/log/messages|#/var/log/messages|' /etc/logrotate.conf
189+
pcre
193190

194191
# Build and install certbot.
195192
RUN \

0 commit comments

Comments
 (0)