Changed libevhtp tests to compile from clicon instead of criticalstack

This commit is contained in:
Olof hagsand 2021-03-03 16:01:29 +01:00
parent b2f9c59a34
commit e8cd587ded
9 changed files with 117 additions and 32 deletions

View file

@ -103,7 +103,7 @@ RUN adduser -D -H www-data
RUN apk add --update nginx
# Test-specific (for test scripts)
RUN apk add --update sudo curl procps grep make bash
RUN apk add --update sudo curl procps grep make bash # iproute2 # contains ip
# Expose nginx port for restconf
EXPOSE 80