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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue