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 8c8b9e8 commit 85f6902Copy full SHA for 85f6902
tests/Dockerfile.ubuntu_16_04-builded
@@ -3,5 +3,5 @@ FROM ubuntu:16.04
3
ARG DEBIAN_FRONTEND=noninteractive
4
5
RUN apt update && \
6
- apt install --yes python-minimal && \
+ apt install --yes python-minimal iproute2 && \
7
rm /lib/systemd/system/[email protected]
0 commit comments