ci: Fix fedora docker

This commit is contained in:
Corentin Le Molgat
2020-02-28 14:32:35 +01:00
parent b6a4c8e56d
commit 42ceebb078

View File

@@ -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