Add docker deployment
All checks were successful
build docker image / docker-build (push) Successful in 2m44s

This commit is contained in:
Illya Marchenko 2024-11-05 11:12:02 +02:00
parent df89df1e47
commit 15b883f7fc
Signed by: stuzer05
GPG Key ID: A6ABAAA9268F9F4F

@ -21,6 +21,7 @@ RUN apk add --no-cache \
# Install PHP modules # Install PHP modules
RUN apk add --no-cache --virtual .build-deps \ RUN apk add --no-cache --virtual .build-deps \
icu-dev \
libzip-dev \ libzip-dev \
freetype-dev \ freetype-dev \
libpng-dev \ libpng-dev \