Stuff
This commit is contained in:
parent
5d4029c8b6
commit
01d30491ac
3 changed files with 23 additions and 11 deletions
8
packager/Dockerfile
Normal file
8
packager/Dockerfile
Normal file
|
@ -0,0 +1,8 @@
|
|||
FROM rockylinux:9.3
|
||||
|
||||
# Install base
|
||||
RUN dnf install -y rpmdevtools rpmlint epel-release
|
||||
RUN dnf group install -y "Development Tools"
|
||||
RUN dnf install -y dpkg
|
||||
|
||||
CMD [ "/bin/bash" ]
|
Loading…
Add table
Add a link
Reference in a new issue