Skip to content

Commit 88b79eb

Browse files
authored
Update fedora.Dockerfile
1 parent 4da948d commit 88b79eb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/linux/fedora/fedora.Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ RUN python3 -m pip install --upgrade pip
3636
RUN dnf install sudo -y
3737
RUN sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
3838
RUN sudo dnf check-update
39-
RUN sudo dnf update -y
39+
RUN sudo dnf update -y
40+
CMD [ "iw" ]

0 commit comments

Comments
 (0)