Skip to content

Commit 20f2b7e

Browse files
committed
update distro list
1 parent 68c2746 commit 20f2b7e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/linux/debian.12/Dockerfile

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ FROM debian:12
22

33
ENV DEBIAN_FRONTEND=noninteractive
44

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-
125
RUN apt-get update \
136
&& apt-get install -y git \
147
libc6 libgcc-s1 libgssapi-krb5-2 libicu72 libssl3 libstdc++6 zlib1g \

0 commit comments

Comments
 (0)