From 36e6c6abc2ede3bdb21ecb4a9c2d53f59ca780ff Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Thu, 21 Dec 2023 13:19:06 +0000 Subject: [PATCH] HPCC-31043 git-lfs has an invalid url Signed-off-by: Gordon Smith --- dockerfiles/vcpkg/platform-core-ubuntu-22.04/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/vcpkg/platform-core-ubuntu-22.04/Dockerfile b/dockerfiles/vcpkg/platform-core-ubuntu-22.04/Dockerfile index 4d4e8dbc3e2..e5bd56d89f4 100644 --- a/dockerfiles/vcpkg/platform-core-ubuntu-22.04/Dockerfile +++ b/dockerfiles/vcpkg/platform-core-ubuntu-22.04/Dockerfile @@ -62,7 +62,7 @@ RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.28.4/b chmod +x ./kubectl && \ mv ./kubectl /usr/local/bin -RUN curl -LO https://packagecloud.io/github/git-lfs/packages/debian/jammy/git-lfs_3.4.1_amd64.deb/download && \ +RUN curl -LO https://packagecloud.io/github/git-lfs/packages/ubuntu/jammy/git-lfs_3.4.1_amd64.deb/download && \ dpkg -i download && \ rm download