build: Add netcat-openbsd (#310)
This commit is contained in:
parent
38d03f4bfa
commit
10197dfebb
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ RUN set -eu && \
|
|||
dos2unix \
|
||||
cabextract \
|
||||
libxml2-utils \
|
||||
libarchive-tools && \
|
||||
libarchive-tools \
|
||||
netcat-openbsd && \
|
||||
apt-get clean && \
|
||||
echo "$VERSION_ARG" > /run/version && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
|
Loading…
Reference in a new issue