Add docker deployment
Some checks failed
build docker image / docker-build (push) Failing after 49s

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

@ -18,6 +18,8 @@ RUN apk add --no-cache \
curl \
nano \
gettext
icu-libs \
libzip
# Install PHP modules
RUN apk add --no-cache --virtual .build-deps \