mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 18:26:00 +00:00
9 lines
185 B
Docker
9 lines
185 B
Docker
FROM docker.io/blackarchlinux/blackarch:latest
|
|
|
|
# Upgrade system
|
|
RUN pacman -Syu --noconfirm
|
|
|
|
# Install sn1per from official repository
|
|
RUN pacman -Sy sn1per --noconfirm
|
|
|
|
CMD ["sn1per"] |