Specify which netcat to use

This commit is contained in:
zontreck 2024-09-03 16:04:42 -07:00
parent b1fa3d76b5
commit 2c65de1638

View file

@ -5,7 +5,7 @@ LABEL upstream="https://github.com/pelican-eggs/yolks"
RUN pacman -Sy
RUN echo "y" | pacman -Syu
RUN echo "y" | pacman -S base-devel git gcc cmake nasm curl tar zip unzip sqlite3 bzip2 cabextract netcat telnet
RUN echo "y" | pacman -S base-devel git gcc cmake nasm curl tar zip unzip sqlite3 bzip2 cabextract gnu-netcat telnet
RUN useradd -m -d /home/container -s /bin/bash container