Update dockerfile
This commit is contained in:
parent
f4a474b85e
commit
789c2b50dd
|
@ -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 && \
|
||||
|
|
Loading…
Reference in New Issue