We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e69fb commit d0ac685Copy full SHA for d0ac685
Dockerfile
@@ -18,8 +18,7 @@ RUN set -eu && \
18
dos2unix \
19
cabextract \
20
libxml2-utils \
21
- libarchive-tools \
22
- netcat-openbsd && \
+ libarchive-tools && \
23
wget "https://github.com/gershnik/wsdd-native/releases/download/v1.21/wsddn_1.21_${TARGETARCH}.deb" -O /tmp/wsddn.deb -q && \
24
dpkg -i /tmp/wsddn.deb && \
25
apt-get clean && \
0 commit comments