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 c203b5d commit 10b97e3Copy full SHA for 10b97e3
src/linux/fedora.40/Dockerfile
@@ -1,7 +1,5 @@
1
FROM fedora:40
2
3
-RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \
4
- && dnf install -y wget git findutils \
+RUN dnf install -y wget git findutils \
5
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 \
7
&& rm -rf /tmp/*
0 commit comments