Skip to content

Commit

Permalink
Remove mono-project download for jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer committed Jan 5, 2024
1 parent 1c89f65 commit a44587d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/Dockerfile.ubuntu.vcpkg
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
FROM base as caching
ARG DISTRO_VERSION
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get update && \
\
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && \
echo "deb https://download.mono-project.com/repo/ubuntu stable-${DISTRO_VERSION} main" | tee /etc/apt/sources.list.d/mono-official-stable.list ; \
\
apt-get update && \
apt-get install --yes mono-devel && \
apt-get clean --yes && \
Expand Down

0 comments on commit a44587d

Please sign in to comment.