We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223c70b commit 3e26fc3Copy full SHA for 3e26fc3
images/nginx/rootfs/Dockerfile
@@ -65,10 +65,7 @@ RUN apk update \
65
for dir in "${writeDirs[@]}"; do \
66
mkdir -p ${dir}; \
67
chown -R www-data.www-data ${dir}; \
68
- done' \
69
- # Why we do this? Because apk package of the library requests curl and we dont want curl
70
- && mv /usr/lib/libmaxminddb.so.* /usr/local/lib/ \
71
- && apk del --purge libmaxminddb curl
+ done'
72
73
EXPOSE 80 443
74
0 commit comments