Add tile38-benchmark to Dockerfile

closes #470
This commit is contained in:
tidwall 2019-11-17 13:13:44 -07:00
parent 2c863cc4e7
commit 69b146effd
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ RUN apk add --no-cache ca-certificates
ADD tile38-server /usr/local/bin
ADD tile38-cli /usr/local/bin
ADD tile38-benchmark /usr/local/bin
RUN addgroup -S tile38 && \
adduser -S -G tile38 tile38 && \