We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a474b commit 789c2b5Copy full SHA for 789c2b5
tests/Dockerfile.ubuntu_18_04-builded
@@ -3,7 +3,7 @@ FROM ubuntu:18.04
3
ARG DEBIAN_FRONTEND=noninteractive
4
5
RUN apt update && \
6
- apt install --yes python-minimal systemd gnupg
+ apt install --yes python-minimal systemd gnupg iproute2
7
8
RUN cd /lib/systemd/system/sysinit.target.wants/ && \
9
ls | grep -v systemd-tmpfiles-setup.service | xargs rm -f && \
0 commit comments