Browse Source

keep versions consistent between app docker and build image

pull/1271/head
Leonardo Apolonio 3 years ago
parent
commit
12d7dbbbff
1 changed files with 1 additions and 1 deletions
  1. 2
      Dockerfile

2
Dockerfile

@ -17,7 +17,7 @@ FROM python:${PYTHON_VERSION}-slim-buster AS backend-builder
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
netcat=1.10-41.1 \
libpq-dev=11.10-0+deb10u1 \
libpq-dev=11.11-0+deb10u1 \
unixodbc-dev=2.3.6-0.1 \
g++=4:8.3.0-1 \
libssl-dev=1.1.1d-0+deb10u6 \

Loading…
Cancel
Save