From d1935fae4db3512447eb7ea847e455e46dc89049 Mon Sep 17 00:00:00 2001 From: Max Regan Date: Thu, 12 Dec 2019 06:43:16 +0000 Subject: [PATCH] Use .lan file storage instead of ARM website --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index caeaa94..4bc3159 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,6 @@ RUN apt update && \ RUN mkdir -p /opt/arm && \ cd /opt/arm && \ - wget -qO- https://developer.arm.com/-/media/Files/downloads/gnu-rm/8-2019q3/RC1.1/gcc-arm-none-eabi-8-2019-q3-update-linux.tar.bz2 | tar -xj + wget -qO- https://files.lan/8-2019q3/RC1.1/gcc-arm-none-eabi-8-2019-q3-update-linux.tar.bz2 | tar -xj ENV PATH "/opt/arm/gcc-arm-none-eabi-8-2019-q3-update/bin:$PATH"