Skip to content

Commit

Permalink
added restic package
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicporteous committed Apr 10, 2024
1 parent d9f4720 commit 016c502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM bitnami/kubectl:1.29-debian-12
USER root

RUN apt-get update \
&& apt-get install rsync s3cmd curl -y \
&& apt-get install rsync s3cmd curl restic -y \
&& rm -rf /var/lib/apt/lists/*

RUN curl -sSL https://github.com/vmware-tanzu/velero/releases/download/v1.13.1/velero-v1.13.1-linux-amd64.tar.gz -o velero-v1.13.1-linux-amd64.tar.gz \
Expand Down

0 comments on commit 016c502

Please sign in to comment.