alpine 14 wants specific python version

This commit is contained in:
Christian Haschek 2021-11-27 16:27:08 +01:00
parent 69f723d7af
commit fd901a7464

View file

@ -1,6 +1,6 @@
FROM alpine:3.14.2
RUN apk add --no-cache python socat wget php7-fileinfo php7-session curl git php php-curl nginx php-openssl php-mbstring php-json php-gd php-dom php-fpm
RUN apk add --no-cache python2 socat wget php7-fileinfo php7-session curl git php php-curl nginx php-openssl php-mbstring php-json php-gd php-dom php-fpm
#RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer
RUN mkdir -p /var/www/opentrashmail
WORKDIR /var/www/opentrashmail