Skip to content

Commit 10b97e3

Browse files
committed
update distro list
1 parent c203b5d commit 10b97e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/linux/fedora.40/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
FROM fedora:40
22

3-
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \
4-
&& dnf install -y wget git findutils \
3+
RUN dnf install -y wget git findutils \
54
krb5-libs libicu openssl-libs zlib glibc-langpack-en \
6-
&& wget -q -O /etc/yum.repos.d/microsoft-prod.repo https://packages.microsoft.com/config/fedora/40/prod.repo \
75
&& rm -rf /tmp/*

0 commit comments

Comments
 (0)