(docker) ws docker file installs strace

This commit is contained in:
Benjamin Sergeant
2020-09-04 13:47:12 -07:00
parent b74f7319c6
commit 9f51a54a83
4 changed files with 8 additions and 9 deletions

View File

@ -20,7 +20,7 @@ RUN make ws_mbedtls_install && \
FROM alpine:3.12 as runtime
RUN apk add --no-cache libstdc++ mbedtls ca-certificates python3 && \
RUN apk add --no-cache libstdc++ mbedtls ca-certificates python3 strace && \
addgroup -S app && \
adduser -S -G app app