fix: issues 25, 23 #211

Merged
jon_nfc merged 16 commits from fix-mysql-shrink-image into development 2024-01-14 17:35:51 +00:00
3 changed files with 25 additions and 8 deletions
Showing only changes of commit c5f9ae33a5 - Show all commits

View File

@ -51,7 +51,8 @@ RUN export DEBIAN_FRONTEND=noninteractive \
git \
postgresql-common \
postgresql-client \
mariadb-client
mariadb-client \
build-essential
RUN export DEBIAN_FRONTEND=noninteractive \