Skip to content

Commit 3e26fc3

Browse files
authored
Revert "Remove curl from nginx base image (#10477)" (#10479)
This reverts commit 8bd33d2.
1 parent 223c70b commit 3e26fc3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

images/nginx/rootfs/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,7 @@ RUN apk update \
6565
for dir in "${writeDirs[@]}"; do \
6666
mkdir -p ${dir}; \
6767
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
68+
done'
7269

7370
EXPOSE 80 443
7471

0 commit comments

Comments
 (0)