Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit 3d0b92f

Browse files
Merge pull request #2 from pelgrim/dockerfile-fix
fixed an Ubuntu image version and added python3 to the packages list
2 parents ca1d316 + 588e756 commit 3d0b92f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM ubuntu
1+
FROM ubuntu:xenial
22

33
MAINTAINER Robin Smidsrød <[email protected]>
44

55
RUN apt-get -q -y update \
66
&& apt-get -q -y -o "DPkg::Options::=--force-confold" -o "DPkg::Options::=--force-confdef" dist-upgrade \
7-
&& apt-get -q -y -o "DPkg::Options::=--force-confold" -o "DPkg::Options::=--force-confdef" install isc-dhcp-server man \
7+
&& apt-get -q -y -o "DPkg::Options::=--force-confold" -o "DPkg::Options::=--force-confdef" install isc-dhcp-server man python3\
88
&& apt-get -q -y autoremove \
99
&& apt-get -q -y clean \
1010
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)