fix #144 - get rid of stubbed windows ssl schannel backend

This commit is contained in:
Benjamin Sergeant
2020-01-14 13:38:38 -08:00
parent a923caec0b
commit 65bae2736d
5 changed files with 6 additions and 9 deletions

View File

@ -21,6 +21,7 @@ FROM alpine:3.11 as runtime
RUN apk add --no-cache libstdc++
RUN apk add --no-cache strace
RUN apk add --no-cache gdb
RUN addgroup -S app && adduser -S -G app app
COPY --chown=app:app --from=build /usr/local/bin/ws /usr/local/bin/ws
@ -36,4 +37,3 @@ WORKDIR /home/app
ENTRYPOINT ["ws"]
EXPOSE 8008
C