Uduntu 16.04 add iproute2 package

This commit is contained in:
Sergei Antipov 2018-02-23 01:07:59 +07:00
parent 8c8b9e80b3
commit 85f6902ea6

View File

@ -3,5 +3,5 @@ FROM ubuntu:16.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && \
apt install --yes python-minimal && \
apt install --yes python-minimal iproute2 && \
rm /lib/systemd/system/getty@.service