File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,13 @@ FROM examonhpc/examon:0.2.0
33ENV 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
Original file line number Diff line number Diff line change 33FROM 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
1414RUN set -eux; \
1515 apt-get update; \
You can’t perform that action at this time.
0 commit comments