Skip to content

Commit

Permalink
Test: add coreutils to test container
Browse files Browse the repository at this point in the history
  • Loading branch information
olofhagsand committed May 14, 2024
1 parent 62a4b5f commit 989a7b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/test/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/test/Dockerfile.fcgi
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/test/Dockerfile.native
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 989a7b3

Please sign in to comment.