Skip to content

Commit

Permalink
(build) linux dockerfile switch to archive backports repository
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCakeIsNaOH committed Apr 17, 2024
1 parent ff13a5d commit 1640704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV GITHUB_BASE_REF=$github_base_ref
ENV GITHUB_HEAD_REF=$github_head_ref
ENV GITHUB_RUN_NUMBER=$github_run_number

RUN echo deb http://deb.debian.org/debian buster-backports main | tee /etc/apt/sources.list.d/buster-backports.list; \
RUN echo deb http://archive.debian.org/debian buster-backports main | tee /etc/apt/sources.list.d/buster-backports.list; \
apt-get update && apt-get install -t buster-backports git -y

RUN curl -o packages-microsoft-prod.deb https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb; \
Expand Down

0 comments on commit 1640704

Please sign in to comment.