Dockerfile aktualisiert
All checks were successful
release-tag / release-image (push) Successful in 48s
All checks were successful
release-tag / release-image (push) Successful in 48s
This commit is contained in:
@@ -6,6 +6,7 @@ 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
|
||||
|
Reference in New Issue
Block a user