mirror of https://github.com/1N3/Sn1per.git
Add Dockerfile based on BlackArch
This commit is contained in:
parent
2854c4b3ee
commit
5ba592387c
|
|
@ -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"]
|
||||||
Loading…
Reference in New Issue