Skip to content

Commit fa59bc0

Browse files
committed
Restore pointing APT repo to latest sid
after installing Python libraries so that python/Dockerfile at OpenDRR/opendrr-api can fetch git 2.33 and git-lfs git-lfs 2.13.3 instead of git 2.28 and git-lfs 2.11.0, either of which is buggy and causes add_data.sh to fail. This restores the behaviour of the original opendrr/python-env (v1.0) image.
1 parent 98e0913 commit fa59bc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN echo 'Acquire::Check-Valid-Until "false";' > /etc/apt/apt.conf.d/docker-snap
4343
pip3 install psycopg2~=2.6 && \
4444
apt-get autoremove -y gcc && \
4545
apt-get install -y postgresql-client && \
46+
sed -i '/snapshot.debian.org/s/^/# /; /deb.debian.org/s/^# //' /etc/apt/sources.list && \
4647
pip3 install --upgrade pip && pip install -r requirements.txt
4748

4849
ENV PYTHONUNBUFFERED 1

0 commit comments

Comments
 (0)