Specify which netcat to use
This commit is contained in:
parent
b1fa3d76b5
commit
2c65de1638
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue