diff --git a/Dockerfile b/Dockerfile index ee21644..863e7d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,7 @@ RUN mkdir /home/gap/inst/ \ # download and build GAP packages RUN mkdir /home/gap/inst/gap-${GAP_BRANCH}/pkg \ && cd /home/gap/inst/gap-${GAP_BRANCH}/pkg \ - && wget -q https://files.gap-system.org/gap4pkgs/packages-${GAP_BRANCH}.tar.gz \ - && tar xzf packages-${GAP_BRANCH}.tar.gz \ + && curl --location https://files.gap-system.org/gap4pkgs/packages-${GAP_BRANCH}.tar.gz | tar xz \ && ../bin/BuildPackages.sh # build JupyterKernel