Skip to content

Commit fbe2166

Browse files
authored
Add missing iproute2 package (#322)
This prevented Nomad from starting as a client with the following error: > agent: error starting agent: error="client setup failed: fingerprinting failed: Error while detecting network interface during fingerprinting: fork/exec /sbin/ip: no such file or directory" Nomad in server mode could start correctly though.
1 parent 62f2f0b commit fbe2166

File tree

9 files changed

+9
-0
lines changed

9 files changed

+9
-0
lines changed

v1.10.x/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apt-get update \
2222
&& apt-get install --yes --no-install-recommends \
2323
ca-certificates \
2424
dumb-init \
25+
iproute2 \
2526
libcap2 \
2627
tzdata \
2728
&& update-ca-certificates \

v1.2.x/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apt-get update \
2222
&& apt-get install --yes --no-install-recommends \
2323
ca-certificates \
2424
dumb-init \
25+
iproute2 \
2526
libcap2 \
2627
tzdata \
2728
&& update-ca-certificates \

v1.3.x/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apt-get update \
2222
&& apt-get install --yes --no-install-recommends \
2323
ca-certificates \
2424
dumb-init \
25+
iproute2 \
2526
libcap2 \
2627
tzdata \
2728
&& update-ca-certificates \

v1.4.x/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apt-get update \
2222
&& apt-get install --yes --no-install-recommends \
2323
ca-certificates \
2424
dumb-init \
25+
iproute2 \
2526
libcap2 \
2627
tzdata \
2728
&& update-ca-certificates \

v1.5.x/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apt-get update \
2222
&& apt-get install --yes --no-install-recommends \
2323
ca-certificates \
2424
dumb-init \
25+
iproute2 \
2526
libcap2 \
2627
tzdata \
2728
&& update-ca-certificates \

v1.6.x/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apt-get update \
2222
&& apt-get install --yes --no-install-recommends \
2323
ca-certificates \
2424
dumb-init \
25+
iproute2 \
2526
libcap2 \
2627
tzdata \
2728
&& update-ca-certificates \

v1.7.x/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apt-get update \
2222
&& apt-get install --yes --no-install-recommends \
2323
ca-certificates \
2424
dumb-init \
25+
iproute2 \
2526
libcap2 \
2627
tzdata \
2728
&& update-ca-certificates \

v1.8.x/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apt-get update \
2222
&& apt-get install --yes --no-install-recommends \
2323
ca-certificates \
2424
dumb-init \
25+
iproute2 \
2526
libcap2 \
2627
tzdata \
2728
&& update-ca-certificates \

v1.9.x/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN apt-get update \
2222
&& apt-get install --yes --no-install-recommends \
2323
ca-certificates \
2424
dumb-init \
25+
iproute2 \
2526
libcap2 \
2627
tzdata \
2728
&& update-ca-certificates \

0 commit comments

Comments
 (0)