Skip to content

Commit

Permalink
Merge branch 'master' into restricted-tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Darin Krauss committed Nov 14, 2018
2 parents 91a4b9b + d17a789 commit 97baa1b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ CMD ["./dist/tide-whisperer"]
# Release
FROM alpine:latest AS release

RUN ["apk", "add", "--no-cache", "ca-certificates"]

RUN ["adduser", "-D", "tidepool"]
RUN apk --no-cache update && \
apk --no-cache upgrade && \
apk add --no-cache ca-certificates && \
adduser -D tidepool

WORKDIR /home/tidepool

Expand Down

0 comments on commit 97baa1b

Please sign in to comment.