@ -5,7 +5,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
wget=1.20.1-1.1 \
netcat=1.10-41.1 \
libpq-dev=11.9-0+deb10u1 \
libpq-dev=11.10-0+deb10u1 \
unixodbc-dev=2.3.6-0.1 \
g++=4:8.3.0-1 \
libssl-dev=1.1.1d-0+deb10u4 \
@ -15,7 +15,7 @@ COPY ./Pipfile* /app/
RUN apt-get update \
&& pip install --no-cache-dir pipenv==2020.11.15 \