Test: add coreutils to test container

This commit is contained in:
Olof hagsand 2024-05-14 10:13:36 +02:00
parent 62a4b5feff
commit 989a7b38ee
3 changed files with 3 additions and 3 deletions

View file

@ -135,7 +135,7 @@ RUN echo "agentXSocket unix:/var/run/snmp.sock" >> /etc/snmp/snmpd.conf
RUN echo "agentxperms 777 777" >> /etc/snmp/snmpd.conf
# Test-specific (for test scripts)
RUN apk add --update sudo curl procps grep make bash expect openssh
RUN apk add --update sudo curl procps grep make bash expect openssh coreutils
# Create clicon user and group
RUN adduser -D -H clicon