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:
parent
0bf75047aa
commit
6ead327cef
6 changed files with 7 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
FROM archlinux
|
||||
FROM archlinux:base-20240101.0.204074
|
||||
|
||||
RUN pacman -Sy
|
||||
RUN pacman --noconfirm -S python-pipx gcc python-devtools
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
FROM fedora
|
||||
FROM fedora:38
|
||||
|
||||
RUN dnf -y install python3.11 python3-pip pipx gcc python3.11-devel
|
||||
COPY . eris
|
||||
|
|
|
|||
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue