Update dockerfile

This commit is contained in:
Sergei Antipov 2018-07-13 19:00:41 -04:00
parent f4a474b85e
commit 789c2b50dd
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM ubuntu:18.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && \
apt install --yes python-minimal systemd gnupg
apt install --yes python-minimal systemd gnupg iproute2
RUN cd /lib/systemd/system/sysinit.target.wants/ && \
ls | grep -v systemd-tmpfiles-setup.service | xargs rm -f && \