ci: Fix fedora docker
This commit is contained in:
@@ -36,7 +36,7 @@ RUN dnf -y update \
|
||||
&& dnf clean all
|
||||
# Python install
|
||||
RUN dnf -y update \
|
||||
&& dnf -y install python3 python3-devel \
|
||||
&& dnf -y install python3 python3-devel python3-pip \
|
||||
&& dnf clean all
|
||||
# Create lib directory
|
||||
WORKDIR /home/lib
|
||||
|
||||
Reference in New Issue
Block a user