Skip to content

Commit 7249a24

Browse files
fix
1 parent 9c3e8d6 commit 7249a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM debian:buster
33
## Make apt-get non-interactive
44
ENV DEBIAN_FRONTEND=noninteractive
55

6-
RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list
6+
RUN echo "deb http://archive.debian.org/debian buster-backports main" >> /etc/apt/sources.list
77

88
RUN apt-get update \
99
&& apt-get install -y \

0 commit comments

Comments
 (0)