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

Merge pull request #301 from ngosang/feature/bash

Remove Bash and Make packages
This commit is contained in:
Jérémy Benoist
2022-10-28 13:59:02 +02:00
committed by GitHub

View File

@@ -50,8 +50,6 @@ RUN set -ex \
s6 \
tar \
tzdata \
make \
bash \
&& ln -sf /usr/bin/php8 /usr/bin/php \
&& ln -sf /usr/sbin/php-fpm8 /usr/sbin/php-fpm \
&& rm -rf /var/cache/apk/* \