Skip to content
Snippets Groups Projects
Commit 2277815e authored by Griefed's avatar Griefed :joystick:
Browse files

Add php-packages in the hopes of fixing arm version....dunno, you got any idea?

parent 1d4daf33
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ FROM lsiobase/alpine:3.12
LABEL maintainer="Griefed <griefed@griefed.de>"
ARG ICECODER_VERSION=8.0beta
ARG ICECODER_VERSION="8.0beta"
RUN \
echo "**** install dependencies and build tools and stuff ****" && \
......@@ -34,6 +34,7 @@ RUN \
php7-exif \
php7-fileinfo \
php7-fpm \
php7-ftp \
php7-gd \
php7-gettext \
php7-gmp \
......@@ -42,6 +43,7 @@ RUN \
php7-imap \
php7-intl \
php7-json \
php7-ldap \
php7-mcrypt \
php7-memcached \
php7-mysqli \
......@@ -49,16 +51,21 @@ RUN \
php7-opcache \
php7-pcntl \
php7-pdo_mysql \
php7-pdo_odbc \
php7-pdo_pgsql \
php7-pdo_sqlite \
php7-pear \
php7-pecl-apcu \
php7-pecl-imagick \
php7-pecl-redis \
php7-pgsql \
php7-phar \
php7-posix \
php7-pspell \
php7-redis \
php7-snmp \
php7-soap \
php7-sockets \
php7-sodium \
php7-sqlite3 \
php7-ssh2 \
......@@ -66,6 +73,7 @@ RUN \
php7-xml \
php7-xmlreader \
php7-xmlrpc \
php7-xsl \
php7-zip \
re2c \
sqlite \
......@@ -87,11 +95,11 @@ RUN \
-e 's#;session.save_path = "/tmp"#session.save_path = "/config/sess"#g' \
/etc/php7/php.ini && \
echo "**** Misc ****" && \
echo ${ICECODER_VERSION} > /version.txt
echo $ICECODER_VERSION > /version.txt
# Copy local files
COPY root/ /
# Communicate ports and volumes to be used
EXPOSE 8080
VOLUME /config /data /plugins /code
VOLUME /config /data /plugins /code
\ No newline at end of file
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