Base: Update to Fedora 33

This commit is contained in:
Rémi Verschelde
2021-03-27 11:38:59 +01:00
parent cc43bc75f3
commit 775b3a6915

View File

@@ -1,10 +1,10 @@
FROM fedora:32
FROM fedora:33
WORKDIR /root
RUN dnf -y upgrade --setopt=install_weak_deps=False && \
dnf -y install --setopt=install_weak_deps=False \
bash bzip2 curl git make nano patch pkgconfig python-unversioned-command python3-pip unzip which xz && \
pip install scons==4.0.1
pip install scons==4.1.0
CMD /bin/bash