Skip to content
This repository was archived by the owner on Nov 26, 2023. It is now read-only.

Commit 7cc2fc8

Browse files
committed
bionic_python 3.6/3.7/3.8
1 parent 6981967 commit 7cc2fc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt update && apt install -y \
2828
libhdf4-alt-dev=4.2.\* \
2929
liblapack3=3.7.\* \
3030
libnetcdf-dev=1:4.6.\* \
31-
libpq-dev=10.8.\* \
31+
libpq-dev \
3232
libproj-dev=4.9.\* \
3333
libssl-dev=1.1.\* \
3434
libxerces-c-dev=3.2.\* \
@@ -37,7 +37,7 @@ RUN apt update && apt install -y \
3737
python3.6-dev \
3838
python3.7-dev \
3939
python3.8-dev \
40-
python3-dev=3.5.\* \
40+
python3-dev=3.6.\* \
4141
sendmail=8.15.\* \
4242
wget=1.19.\*
4343

0 commit comments

Comments
 (0)