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:
@ -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 \
|
||||
|
Reference in New Issue
Block a user