Browse Source

Update Dockerfile to install libssl-dev

pull/1127/head
Hironsan 3 years ago
parent
commit
f680f1f9d5
1 changed files with 1 additions and 0 deletions
  1. 1
      Dockerfile

1
Dockerfile

@ -20,6 +20,7 @@ RUN apt-get update \
libpq-dev=11.9-0+deb10u1 \
unixodbc-dev=2.3.6-0.1 \
g++=4:8.3.0-1 \
libssl-dev=1.1.1d-0+deb10u4 \
&& apt-get clean
COPY /app/requirements.txt /

Loading…
Cancel
Save