fix(docker_cache): build image binaries to match deployed binaries

these install dependencies required to build the python modules

!184
This commit is contained in:
2024-01-14 23:47:13 +09:30
parent 26df54dfa2
commit 6b78eca456

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 \