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 a07c056 commit 444abacCopy full SHA for 444abac
Dockerfile
@@ -33,7 +33,9 @@ RUN apt-get update && apt-get install -y \
33
openssh-server \
34
snmp \
35
snmpd \
36
- wpasupplicant
+ wpasupplicant \
37
+ dhcping \
38
+ jc
39
40
RUN curl -sSL https://github.com/just-containers/s6-overlay/releases/download/v${S6_OVERLAY_VERSION}/s6-overlay-noarch.tar.xz | tar -Jxpf - -C / && \
41
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