packaging: Pin dockerfile distro versions and fix installations

- Remove unrar since its not in debian (only in non-free)
- Use 7zip instead of p7zip, and executable 7zz instead of 7za
This commit is contained in:
Andrew Hamilton 2024-03-10 21:31:39 +10:00
parent 0bf75047aa
commit 6ead327cef
6 changed files with 7 additions and 14 deletions

View file

@ -1,6 +1,6 @@
FROM archlinux
FROM archlinux:base-20240101.0.204074
RUN pacman -Sy
RUN pacman --noconfirm -S python-pipx gcc python-devtools

View file

@ -1,6 +1,6 @@
FROM fedora
FROM fedora:38
RUN dnf -y install python3.11 python3-pip pipx gcc python3.11-devel
COPY . eris

View file

@ -13,4 +13,4 @@ RUN eris --install-all-tools
ENTRYPOINT ["eris"]
# docker build -t eris -f packaging/Dockerfile .
# docker build -t eris -f packaging/Dockerfile.ubuntu .