1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-03-14 19:59:38 +01:00

ci: reduce release image size

Signed-off-by: rare-magma <rare-magma@posteo.eu>
This commit is contained in:
rare-magma 2024-06-02 16:46:36 +02:00
parent 7e102a9cb2
commit 97d16e6c72
No known key found for this signature in database

View File

@ -5,4 +5,6 @@ RUN apk add --no-cache mariadb-client postgresql postgresql-dev sqlite zip libzi
docker-php-ext-configure zip; \
docker-php-ext-install bcmath pdo_mysql pdo_pgsql zip ftp; \
mkdir /ssl-certs; \
docker-php-source delete
docker-php-source delete; \
rm -f /usr/src/php.tar.xz /usr/src/php.tar.xz.asc; \
apk del --no-cache postgresql-dev libzip-dev