We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3e8d6 commit 7249a24Copy full SHA for 7249a24
Dockerfile.build
@@ -3,7 +3,7 @@ FROM debian:buster
3
## Make apt-get non-interactive
4
ENV DEBIAN_FRONTEND=noninteractive
5
6
-RUN echo "deb http://deb.debian.org/debian buster-backports main" >> /etc/apt/sources.list
+RUN echo "deb http://archive.debian.org/debian buster-backports main" >> /etc/apt/sources.list
7
8
RUN apt-get update \
9
&& apt-get install -y \
0 commit comments