Skip to content

Commit

Permalink
remove geoip2-update for stability.
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Sep 28, 2022
1 parent e4b8415 commit 09bcc4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ADD ./files/root/ /root/
ADD ./files/sbin/ /sbin/

RUN bash /root/bin/dummycert.sh \
&& bash /etc/cron.daily/geoip2-update \
&& bash /etc/nginx/geoip2-download.sh \
&& mkdir -p /app-start/etc \
&& mv /etc/nginx /app-start/etc/nginx \
&& rm -rf /etc/nginx \
Expand Down
6 changes: 0 additions & 6 deletions files/etc/cron.daily/geoip2-update

This file was deleted.

0 comments on commit 09bcc4d

Please sign in to comment.