getalby clickable

This commit is contained in:
Benjamin Takats
2023-01-18 14:07:46 +01:00
parent 836ee9da0a
commit 0590c5e169
5 changed files with 34 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ RUN apt-get update \
php8.1-intl php8.1-readline \
php8.1-ldap php8.1-gmp \
php8.1-msgpack php8.1-igbinary php8.1-redis php8.1-swoole \
php8.1-memcached php8.1-pcov php8.1-xdebug \
php8.1-memcached php8.1-pcov php8.1-xdebug php8.1-imagick \
&& php -r "readfile('https://getcomposer.org/installer');" | php -- --install-dir=/usr/bin/ --filename=composer \
&& curl -sLS https://deb.nodesource.com/setup_$NODE_VERSION.x | bash - \
&& apt-get install -y nodejs \