1
0
mirror of https://github.com/wallabag/docker synced 2025-12-22 22:22:24 +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 \ s6 \
tar \ tar \
tzdata \ tzdata \
make \
bash \
&& ln -sf /usr/bin/php8 /usr/bin/php \ && ln -sf /usr/bin/php8 /usr/bin/php \
&& ln -sf /usr/sbin/php-fpm8 /usr/sbin/php-fpm \ && ln -sf /usr/sbin/php-fpm8 /usr/sbin/php-fpm \
&& rm -rf /var/cache/apk/* \ && rm -rf /var/cache/apk/* \