From cd670720e9a0e7933665d461413e973bd6657441 Mon Sep 17 00:00:00 2001 From: folivetti Date: Sat, 31 Aug 2024 10:51:57 -0300 Subject: [PATCH] fixing source.list --- algorithms/tir/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/algorithms/tir/Dockerfile b/algorithms/tir/Dockerfile index 705ad1fb..c5296aea 100644 --- a/algorithms/tir/Dockerfile +++ b/algorithms/tir/Dockerfile @@ -28,15 +28,12 @@ USER root ARG DEBIAN_FRONTEND=noninteractive +RUN sed -i -e "s/http/https/" /etc/apt/sources.list.d/debian.sources #RUN echo "deb http://ftp.debian.org/debian experimental main contrib non-free" >> /etc/apt/sources.list.d/experimental.list RUN apt update && apt install -y \ default-jdk \ rsync \ - # bzip2 \ - # ca-certificates \ curl \ - # git \ - # wget \ build-essential \ vim \ git \