Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Finb authored Aug 31, 2021
1 parent 2efc5ec commit eddbe08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf

RUN set -ex \
&& apk upgrade \
&& apk add --no-cache ca-certificates \
&& apk cache clean
&& apk add --no-cache ca-certificates

COPY --from=builder /go/bin/bark-server /usr/local/bin/bark-server

Expand Down

0 comments on commit eddbe08

Please sign in to comment.