Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rompetroll committed Aug 9, 2022
1 parent b0abf97 commit 8196ea8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ RUN CGO_ENABLED=1 GOOS=linux go build -ldflags="-extldflags=-static" -tags jemal
RUN go test ./... -v

FROM alpine:latest

RUN apk update
RUN apk add --upgrade rsync
RUN apk --no-cache add ca-certificates rsync

WORKDIR /root/
Expand Down

0 comments on commit 8196ea8

Please sign in to comment.