From 2359a2f61b99e64cd72961fd61a9c7d6aef5b133 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Fri, 1 Jan 2021 13:34:18 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 028030b..f93a245 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM alpine:latest AS download ENV OVFTOOL_VERSION=4.4.1-16812187 ENV OVFTOOL_INSTALLER=VMware-ovftool-${OVFTOOL_VERSION}-lin.x86_64.bundle ENV OVFTOOL_SHA256=ecdb3dcb58494d643d35661dcda948025661ec12ce615f043e1ec5d4c85de2ce -ADD https://https://repo.spamasaurus.com/repository/binaries/VMware/ovftool/4.4.1/${OVFTOOL_INSTALLER} /tmp/ovftool-installer +ADD https://repo.spamasaurus.com/repository/binaries/VMware/ovftool/4.4.1/${OVFTOOL_INSTALLER} /tmp/ovftool-installer RUN apk --update add --no-cache \ curl \