We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b415694 commit 98e0913Copy full SHA for 98e0913
1 file changed
Dockerfile
@@ -37,8 +37,9 @@ LABEL org.opencontainers.image.source="https://github.com/opendrr/python-env"
37
COPY . .
38
39
RUN echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/docker-snapshot.conf && \
40
- sed -i '/snapshot.debian.org/s/^# //; /deb.debian.org/s/^/# /' /etc/apt/sources.list && \
41
- apt-get update && apt-get install -y libpq-dev gcc curl git-lfs gdal-bin python3-pip && \
+ sed -i '/snapshot.debian.org/s/^# //; /deb.debian.org/s/^/# /; s/20200720/20200731/' /etc/apt/sources.list && \
+ apt-get update && apt-get dist-upgrade -y && \
42
+ apt-get install -y libpq-dev gcc curl git-lfs gdal-bin python3-pip && \
43
pip3 install psycopg2~=2.6 && \
44
apt-get autoremove -y gcc && \
45
apt-get install -y postgresql-client && \
0 commit comments