Skip to content

Commit

Permalink
Update repository reference
Browse files Browse the repository at this point in the history
  • Loading branch information
thatnerdjosh committed Jan 29, 2024
1 parent b397d39 commit 0c46f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/quick_start/docker/ryzombuild_jammy_amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN sed -i -e 's/archive\.ubuntu\.com/mirrors\.digitalocean\.com/' /etc/apt/sour

RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
software-properties-common aria2 wget \
&& aria2c https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb \
&& aria2c https://packages.microsoft.com/config/ubuntu/22.04/packages-microsoft-prod.deb \
&& dpkg -i packages-microsoft-prod.deb \
&& rm packages-microsoft-prod.deb \
&& apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
Expand Down

0 comments on commit 0c46f91

Please sign in to comment.