Skip to content

Commit

Permalink
Update Debian repo to archived buster-backports
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Oct 2, 2024
1 parent 01e96b5 commit 3b2aada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rust:buster

ARG DEBIAN_FRONTEND=noninteractive
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 && \
sed -i 's/ main$/ main contrib/g' /etc/apt/sources.list && \
apt update && \
apt dist-upgrade -y && \
Expand Down

0 comments on commit 3b2aada

Please sign in to comment.