Skip to content

Commit 85f6902

Browse files
committed
Uduntu 16.04 add iproute2 package
1 parent 8c8b9e8 commit 85f6902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dockerfile.ubuntu_16_04-builded

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

55
RUN apt update && \
6-
apt install --yes python-minimal && \
6+
apt install --yes python-minimal iproute2 && \
77
rm /lib/systemd/system/[email protected]

0 commit comments

Comments
 (0)