Skip to content

Commit 444abac

Browse files
committed
Add dhcping and jc
1 parent a07c056 commit 444abac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ RUN apt-get update && apt-get install -y \
3333
openssh-server \
3434
snmp \
3535
snmpd \
36-
wpasupplicant
36+
wpasupplicant \
37+
dhcping \
38+
jc
3739

3840
RUN curl -sSL https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz | tar -Jxpf - -C / && \
3941
curl -sSL https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-i686.tar.xz | tar -Jxpf - -C /

0 commit comments

Comments
 (0)