This commit is contained in:
Hans Karlinius
2024-12-05 23:59:44 +01:00
parent 5c733e8076
commit a410c73683
3 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ ARG VHCLIENT_BASE_URL=https://www.virtualhere.com/sites/default/files/usbclient
# *) exit 1;; \
#esac
#RUN echo $VHCLIENT > myfile1
RUN echo $BUILD_ARCH > myfile2
#RUN echo $BUILD_ARCH > myfile2
RUN /usr/bin/getvhclient $BUILD_ARCH
#RUN curl -sSLf -o /usr/bin/vhclient ${VHCLIENT_BASE_URL}/${VHCLIENT}
#RUN chmod a+x /usr/bin/vhclient