Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderGreen committed Jul 13, 2018
1 parent f4a474b commit 789c2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Dockerfile.ubuntu_18_04-builded
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 789c2b5

Please sign in to comment.