Skip to content
Snippets Groups Projects
Commit 10a3b1fe authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Update Dockerfile

parent dd8b1079
No related branches found
No related tags found
No related merge requests found
Pipeline #5342 failed
......@@ -15,18 +15,18 @@ RUN curl -o /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
# Install PHP Components
RUN apt update \
&& apt install -y \
php7.4 \
php7.4-common \
php7.4-sqlite3 \
php7.4-cli \
php7.4-fpm \
php7.4-json \
php7.4-bcmath \
php7.4-mbstring \
php7.4-xml \
php7.4-curl \
php7.4-redis \
php7.4-zip
php8.0 \
php8.0-common \
php8.0-sqlite3 \
php8.0-cli \
php8.0-fpm \
php8.0-json \
php8.0-bcmath \
php8.0-mbstring \
php8.0-xml \
php8.0-curl \
php8.0-redis \
php8.0-zip
# Install Composer
RUN EXPECTED_CHECKSUM="$(php -r 'copy("https://composer.github.io/installer.sig", "php://stdout");')" && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment