Skip to content

Commit 789c2b5

Browse files
committed
Update dockerfile
1 parent f4a474b commit 789c2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dockerfile.ubuntu_18_04-builded

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ubuntu:18.04
33
ARG DEBIAN_FRONTEND=noninteractive
44

55
RUN apt update && \
6-
apt install --yes python-minimal systemd gnupg
6+
apt install --yes python-minimal systemd gnupg iproute2
77

88
RUN cd /lib/systemd/system/sysinit.target.wants/ && \
99
ls | grep -v systemd-tmpfiles-setup.service | xargs rm -f && \

0 commit comments

Comments
 (0)