Skip to content

Commit e7fc714

Browse files
committed
Fix: back to ubuntu/debian repositories
1 parent 3b8ce9f commit e7fc714

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ FROM examonhpc/examon:0.2.0
33
ENV EXAMON_HOME /etc/examon_deploy/examon
44

55
# Create a backup of the existing sources.list
6-
RUN mv /etc/apt/sources.list /etc/apt/sources.list.backup
6+
#RUN mv /etc/apt/sources.list /etc/apt/sources.list.backup
77

88
# Create a new sources.list file
9-
RUN touch /etc/apt/sources.list
9+
#RUN touch /etc/apt/sources.list
1010

1111
# Debian strech moved to archived
12-
RUN echo "deb https://debian.mirror.garr.it/debian-archive/ stretch main" > /etc/apt/sources.list
12+
#RUN echo "deb https://debian.mirror.garr.it/debian-archive/ stretch main" > /etc/apt/sources.list
1313

1414

1515
# Install dependencies

docker/kairosdb/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
FROM adoptopenjdk:8-jre-hotspot-focal
44

55
# Create a backup of the existing sources.list
6-
RUN mv /etc/apt/sources.list /etc/apt/sources.list.backup
6+
#RUN mv /etc/apt/sources.list /etc/apt/sources.list.backup
77

88
# Create a new sources.list file
9-
RUN touch /etc/apt/sources.list
9+
#RUN touch /etc/apt/sources.list
1010

1111
# Add the new server repository for focal packages
12-
RUN echo "deb https://ubuntu.mirror.garr.it/ubuntu/ focal main" > /etc/apt/sources.list
12+
#RUN echo "deb https://ubuntu.mirror.garr.it/ubuntu/ focal main" > /etc/apt/sources.list
1313

1414
RUN set -eux; \
1515
apt-get update; \

0 commit comments

Comments
 (0)