Skip to content

Commit a44587d

Browse files
committed
Remove mono-project download for jammy
1 parent 1c89f65 commit a44587d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

docker/Dockerfile.ubuntu.vcpkg

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
4545
FROM base as caching
4646
ARG DISTRO_VERSION
4747
RUN export DEBIAN_FRONTEND=noninteractive && \
48-
apt-get update && \
49-
\
50-
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF && \
51-
echo "deb https://download.mono-project.com/repo/ubuntu stable-${DISTRO_VERSION} main" | tee /etc/apt/sources.list.d/mono-official-stable.list ; \
52-
\
5348
apt-get update && \
5449
apt-get install --yes mono-devel && \
5550
apt-get clean --yes && \

0 commit comments

Comments
 (0)