Test: add coreutils to test container
This commit is contained in:
parent
62a4b5feff
commit
989a7b38ee
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@ RUN adduser -D -H -G www-data www-data
|
|||
RUN apk add --update nginx
|
||||
|
||||
# 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
|
||||
#EXPOSE 80/tcp
|
||||
|
|
|
|||
|
|
@ -137,7 +137,7 @@ RUN adduser -D -H -G www-data www-data
|
|||
RUN apk add --update nghttp2
|
||||
|
||||
# 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
|
||||
RUN apk add --update net-snmp net-snmp-tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue