We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c89f65 commit a44587dCopy full SHA for a44587d
docker/Dockerfile.ubuntu.vcpkg
@@ -45,11 +45,6 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
45
FROM base as caching
46
ARG DISTRO_VERSION
47
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
53
apt-get update && \
54
apt-get install --yes mono-devel && \
55
apt-get clean --yes && \
0 commit comments