Skip to content

Commit

Permalink
Bugfix: missing directory in updated alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Jul 4, 2024
1 parent cc7eb2d commit 149de1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ RUN set -ex; \
/etc/varnish/defaults \
/etc/varnish/includes; \
\
mkdir -p /etc/init.d/; \
touch /etc/varnish/preset.vcl /etc/init.d/varnishd; \
chown varnish:varnish /etc/varnish/preset.vcl /etc/init.d/varnishd; \
chmod +x /etc/init.d/varnishd; \
Expand Down

0 comments on commit 149de1e

Please sign in to comment.