Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vascoguita committed Feb 24, 2023
1 parent 781f283 commit 13341aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker/Dockerfile.revad
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ FROM golang:alpine3.16 as builder

RUN apk --no-cache add \
ca-certificates \
bash \
git \
gcc \
libc-dev \
make

ENV PATH /go/bin:/usr/local/go/bin:$PATH
Expand All @@ -34,6 +38,9 @@ RUN mkdir -p /etc/revad/ && touch /etc/revad/revad.toml

FROM alpine:3.16

RUN apk --no-cache add \
mailcap

COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /go/bin/revad /usr/bin/revad
COPY --from=builder /etc/revad /etc/revad
Expand Down

0 comments on commit 13341aa

Please sign in to comment.