Skip to content

Commit

Permalink
Merge pull request #5357 from sslavic/patch-1
Browse files Browse the repository at this point in the history
Fix broken symlink to mimalloc
  • Loading branch information
k8s-ci-robot authored Apr 13, 2020
2 parents 9c6873a + 5f27079 commit 47a7048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/nginx/rootfs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN apk add -U --no-cache \
nano \
tzdata \
&& ln -s /usr/local/nginx/sbin/nginx /sbin/nginx \
&& ln -s /usr/local/lib/mimalloc-1.2/libmimalloc.so /usr/local/lib/libmimalloc.so \
&& ln -s /usr/local/lib/mimalloc-1.6/libmimalloc.so /usr/local/lib/libmimalloc.so \
&& addgroup -Sg 101 www-data \
&& adduser -S -D -H -u 101 -h /usr/local/nginx \
-s /sbin/nologin -G www-data -g www-data www-data \
Expand Down

0 comments on commit 47a7048

Please sign in to comment.