Test: add coreutils to test container
This commit is contained in:
parent
62a4b5feff
commit
989a7b38ee
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue