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
Showing only changes of commit 6b78eca456 - Show all commits

View File

@ -36,7 +36,10 @@ RUN export DEBIAN_FRONTEND=noninteractive \
&& dpkg --purge --force-all libc-bin \
&& apt-get install -y \
openssh-client \
git
git \
postgresql-common \
postgresql-client \
mariadb-client
RUN export DEBIAN_FRONTEND=noninteractive \