Skip to content

Commit

Permalink
Remove version dependency in mimalloc symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Apr 14, 2020
1 parent 1475648 commit 1eeb149
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.6/libmimalloc.so /usr/local/lib/libmimalloc.so \
&& ln -s /usr/local/lib/mimalloc-*/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 1eeb149

Please sign in to comment.