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 68c2746 commit 20f2b7eCopy full SHA for 20f2b7e
src/linux/debian.12/Dockerfile
@@ -2,13 +2,6 @@ FROM debian:12
2
3
ENV DEBIAN_FRONTEND=noninteractive
4
5
-RUN apt-get update \
6
- && apt-get install -y wget gpg apt-transport-https \
7
- && wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > microsoft.asc.gpg \
8
- && mv microsoft.asc.gpg /etc/apt/trusted.gpg.d/ \
9
- && wget -q https://packages.microsoft.com/config/debian/12/prod.list \
10
- && mv prod.list /etc/apt/sources.list.d/microsoft-prod.list
11
-
12
RUN apt-get update \
13
&& apt-get install -y git \
14
libc6 libgcc-s1 libgssapi-krb5-2 libicu72 libssl3 libstdc++6 zlib1g \
0 commit comments