diff --git a/example/Dockerfile b/example/Dockerfile index fc4b949..560e091 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -2,9 +2,10 @@ ARG BUILD_FROM FROM $BUILD_FROM +# https://www.virtualhere.com/sites/default/files/usbclient/vhclient${BUILD_ARCH} RUN \ curl -sSLf -o /usr/bin/vhclient \ - "https://www.virtualhere.com/sites/default/files/usbclient/vhclient${BUILD_ARCH}" + "https://www.virtualhere.com/sites/default/files/usbclient/vhclientx86_64" RUN chmod a+x /usr/bin/vhclient # Execute during the build of the image