Skip to content

Commit c3afaee

Browse files
Replaced s3xmd with aws-cli
1 parent 10b5603 commit c3afaee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.22
22

33
#Add backup-user
4-
RUN apk add --no-cache mariadb-client postgresql17-client openssh s3cmd
4+
RUN apk add --no-cache mariadb-client postgresql17-client openssh aws-cli
55
RUN addgroup -S backup && adduser -S backup -G backup
66

77
#Set SSH config

0 commit comments

Comments
 (0)