Skip to content

Commit

Permalink
ci: reduce release image size
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <rare-magma@posteo.eu>
  • Loading branch information
rare-magma committed Jun 2, 2024
1 parent 7e102a9 commit 97d16e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/docker/dockerfiles/release-base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 97d16e6

Please sign in to comment.