This repository was archived by the owner on Jan 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:xenial
1+ FROM ubuntu:18.04
22
33MAINTAINER Robin Smidsrød <
[email protected] >
44
@@ -7,11 +7,10 @@ ARG DEBIAN_FRONTEND=noninteractive
77RUN apt-get -q -y update \
88 && apt-get -q -y -o "DPkg::Options::=--force-confold" -o "DPkg::Options::=--force-confdef" install apt-utils \
99 && apt-get -q -y -o "DPkg::Options::=--force-confold" -o "DPkg::Options::=--force-confdef" dist-upgrade \
10- && apt-get -q -y -o "DPkg::Options::=--force-confold" -o "DPkg::Options::=--force-confdef" install isc-dhcp-server man \
10+ && apt-get -q -y -o "DPkg::Options::=--force-confold" -o "DPkg::Options::=--force-confdef" install dumb-init isc-dhcp-server man \
1111 && apt-get -q -y autoremove \
1212 && apt-get -q -y clean \
1313 && rm -rf /var/lib/apt/lists/*
1414
15- COPY util/dumb-init_1.2.0_amd64 /usr/bin/dumb-init
1615COPY util/entrypoint.sh /entrypoint.sh
1716ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change 1- FROM ubuntu:xenial
1+ FROM ubuntu:18.04
22
33MAINTAINER Simon Holzmayer <
[email protected] >
44
@@ -7,11 +7,10 @@ ARG DEBIAN_FRONTEND=noninteractive
77RUN apt-get -q -y update \
88 && apt-get -q -y -o "DPkg::Options::=--force-confold" -o "DPkg::Options::=--force-confdef" install apt-utils \
99 && apt-get -q -y -o "DPkg::Options::=--force-confold" -o "DPkg::Options::=--force-confdef" dist-upgrade \
10- && apt-get -q -y -o "DPkg::Options::=--force-confold" -o "DPkg::Options::=--force-confdef" install isc-dhcp-server man \
10+ && apt-get -q -y -o "DPkg::Options::=--force-confold" -o "DPkg::Options::=--force-confdef" install dumb-init isc-dhcp-server man \
1111 && apt-get -q -y autoremove \
1212 && apt-get -q -y clean \
1313 && rm -rf /var/lib/apt/lists/*
1414
15- COPY util/dumb-init_1.2.0_armhf /usr/bin/dumb-init
1615COPY util/entrypoint.sh /entrypoint.sh
1716ENTRYPOINT ["/entrypoint.sh"]
You can’t perform that action at this time.
0 commit comments