Merge pull request #167 from fariszr/patch-1

Add bash to docker image
This commit is contained in:
Nicco 2022-03-10 16:32:43 +01:00 committed by GitHub
commit ba9e090695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ COPY . .
RUN go build
FROM alpine
RUN apk add --no-cache restic rclone
RUN apk add --no-cache restic rclone bash
COPY --from=builder /app/autorestic /usr/bin/autorestic
CMD [ "autorestic" ]