Skip to content

Commit

Permalink
feat: add mariadb-backup
Browse files Browse the repository at this point in the history
  • Loading branch information
juris committed May 13, 2024
1 parent 3bf76fb commit 8d4e9e8
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 @@ -6,8 +6,9 @@ RUN apk upgrade --no-cache \
&& apk add --no-cache \
groff aws-cli openssl-dev \
bash bash-completion ncurses \
mongodb-tools mariadb-backup \
tini jq git vim curl ca-certificates \
tcpdump bind-tools redis py3-setuptools mongodb-tools py3-pip \
tcpdump bind-tools redis py3-setuptools \
&& apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
pixz \
&& curl -fsSL https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
Expand Down

0 comments on commit 8d4e9e8

Please sign in to comment.