We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bf2a7 commit 6138443Copy full SHA for 6138443
Dockerfile
@@ -9,7 +9,7 @@ RUN chmod +x /usr/local/bin/build-*
9
10
RUN set -eux; \
11
DPKG_ARCH="$(dpkg --print-architecture)"; \
12
- echo "deb http://archive.debian.org/debian bullseye-backports main" > /etc/apt/sources.list.d/backports.list; \
+ echo "deb https://archive.debian.org/debian bullseye-backports main" > /etc/apt/sources.list.d/backports.list; \
13
apt-get update; \
14
apt-get upgrade -y; \
15
\
0 commit comments