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 4da948d commit 88b79ebCopy full SHA for 88b79eb
docker/linux/fedora/fedora.Dockerfile
@@ -36,4 +36,5 @@ RUN python3 -m pip install --upgrade pip
36
RUN dnf install sudo -y
37
RUN sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
38
RUN sudo dnf check-update
39
-RUN sudo dnf update -y
+RUN sudo dnf update -y
40
+CMD [ "iw" ]
0 commit comments