1
0
mirror of https://github.com/wallabag/docker synced 2025-12-13 09:46:27 +00:00

Fix upgrading to 2.4 requires make and bash

Running `make update` requires make and bash to be installed.

Closes #237
This commit is contained in:
Hugo Herter
2020-12-29 00:19:01 +01:00
parent 749587fb4f
commit aede9b9c98

View File

@@ -51,6 +51,8 @@ RUN set -ex \
s6 \
tar \
tzdata \
make \
bash \
&& rm -rf /var/cache/apk/* \
&& ln -sf /dev/stdout /var/log/nginx/access.log \
&& ln -sf /dev/stderr /var/log/nginx/error.log \