mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 11:25:49 +00:00
build: Use target architecture for package
This commit is contained in:
parent
3482eea892
commit
561d612d67
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ RUN set -eu && \
|
|||
libxml2-utils \
|
||||
libarchive-tools \
|
||||
netcat-openbsd && \
|
||||
wget "https://github.com/gershnik/wsdd-native/releases/download/v1.21/wsddn_1.21_amd64.deb" -O /tmp/wsddn.deb -q && \
|
||||
wget "https://github.com/gershnik/wsdd-native/releases/download/v1.21/wsddn_1.21_${TARGETARCH}.deb" -O /tmp/wsddn.deb -q && \
|
||||
dpkg -i /tmp/wsddn.deb && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue