fix missing curl caused nodejs install to fail

This commit is contained in:
ralf 2023-02-03 20:29:01 +01:00
parent 1faeffebee
commit 846defb42e

View File

@ -14,7 +14,7 @@ ENV VERSION=$VERSION
ENV PHP_VERSION=$PHP_VERSION
RUN apt-get update \
&& apt-get install -y software-properties-common \
&& apt-get install -y software-properties-common curl \
&& LC_ALL=C.UTF-8 add-apt-repository -y ppa:ondrej/php \
&& apt-get update \
&& bash -c "apt-get install -y php$PHP_VERSION-{cli,mysql,gd,xsl,bz2,opcache,apcu,tidy,zip,bcmath,mbstring,smbclient,ldap,curl,fpm,pgsql,gmp}" \