Add Dockerfile based on BlackArch

This commit is contained in:
nnesetto 2023-03-05 22:23:00 +01:00
parent 2854c4b3ee
commit 5ba592387c
1 changed files with 9 additions and 0 deletions

9
Dockerfile.blackarch Normal file
View File

@ -0,0 +1,9 @@
FROM docker.io/blackarchlinux/blackarch:latest
# Upgrade system
RUN pacman -Syu --noconfirm
# Install sn1per from official repository
RUN pacman -Sy sn1per --noconfirm
CMD ["sn1per"]