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 RUN echo "agentxperms 777 777" >> /etc/snmp/snmpd.conf
# Test-specific (for test scripts) # 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 # Create clicon user and group
RUN adduser -D -H clicon RUN adduser -D -H clicon

View file

@ -148,7 +148,7 @@ RUN adduser -D -H -G www-data www-data
RUN apk add --update nginx RUN apk add --update nginx
# Test-specific (for test scripts) # 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
# Dont need to expose restconf ports for internal tests # Dont need to expose restconf ports for internal tests
#EXPOSE 80/tcp #EXPOSE 80/tcp

View file

@ -137,7 +137,7 @@ RUN adduser -D -H -G www-data www-data
RUN apk add --update nghttp2 RUN apk add --update nghttp2
# Test-specific (for test scripts) # 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
# For SNMP # For SNMP
RUN apk add --update net-snmp net-snmp-tools RUN apk add --update net-snmp net-snmp-tools