summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2023-05-12 17:48:48 +0100
committerSimon McVittie <smcv@collabora.com>2023-05-12 17:48:48 +0100
commita56de4684bb1b0d867ef71a7b6125896763fd2ce (patch)
tree938dbb31c11682d2a4a1948a9d2184b9171aac68
parentb1712683ad344029f78675d00692f75d7f0f5cc2 (diff)
downloaddbus-a56de4684bb1b0d867ef71a7b6125896763fd2ce.tar.gz
CI: Avoid using a no-op download location that gives a 403 error
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--tools/docker/windows/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker/windows/Dockerfile b/tools/docker/windows/Dockerfile
index 13c0feea..53be741b 100644
--- a/tools/docker/windows/Dockerfile
+++ b/tools/docker/windows/Dockerfile
@@ -24,7 +24,7 @@ RUN pip3 install meson
# See also: https://bugs.python.org/issue36011
RUN pip3 install --upgrade certifi
RUN pip3 install python-certifi-win32
-RUN (New-Object System.Net.WebClient).DownloadString('https://sourceforge.net') >$null
+RUN (New-Object System.Net.WebClient).DownloadString('https://sourceforge.net/projects/pcre/files/pcre/8.37/pcre-8.37.tar.gz.sig') >$null
RUN (New-Object System.Net.WebClient).DownloadString('https://wrapdb.mesonbuild.com/v2/pcre_8.37-2/get_patch') >$null
RUN (New-Object System.Net.WebClient).DownloadString('https://zlib.net/fossils/') >$null