Skip to content

Commit

Permalink
fixing source.list
Browse files Browse the repository at this point in the history
  • Loading branch information
folivetti committed Aug 31, 2024
1 parent 1e70edb commit cd67072
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions algorithms/tir/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit cd67072

Please sign in to comment.