From 29f5ce768567c66b6921d9a33241d9dec0615ceb Mon Sep 17 00:00:00 2001 From: groot Date: Tue, 10 Dec 2024 07:16:02 +0000 Subject: [PATCH] Dockerfile aktualisiert --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bd1681a..4c081eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ RUN apk add nginx RUN apk add php84 php84-fpm php84-opcache php84-tokenizer RUN apk add php84-gd php84-zlib php84-curl php84-bz2 php84-bcmath php84-exif php84-fileinfo php84-iconv php84-imap php84-intl php84-ldap php84-mbstring php84-mysqli php84-odbc php84-pdo php84-pdo_mysql php84-pdo_odbc php84-pdo_pgsql php84-pdo_sqlite php84-pear php84-pecl-imagick php84-pecl-memcache php84-pecl-memcached php84-pecl-mongodb php84-pecl-redis php84-pecl-smbclient php84-pecl-ssh2 php84-pecl-xdebug php84-pecl-yaml php84-pgsql php84-phar php84-phpdbg php84-session php84-simplexml php84-snmp php84-soap php84-sockets php84-sodium php84-sqlite3 php84-sysvmsg php84-tidy php84-xml php84-xmlreader php84-xmlwriter php84-xsl php84-zip RUN apk add redis -RUN apk update COPY nginx /etc/nginx COPY php /etc/php84 COPY redis/redis.conf /etc/redis.conf