Skip to content

Commit

Permalink
fix: Add pip as it's needed for scm backup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
victoruzunovjuro committed May 15, 2024
1 parent 5a02c60 commit 891a549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ RUN apk upgrade --no-cache \
&& apk add --no-cache \
groff aws-cli openssl-dev \
bash bash-completion ncurses \
mongodb-tools mariadb-client \
mongodb-tools mariadb-client \
tini jq git vim curl ca-certificates \
tcpdump bind-tools redis py3-setuptools \
tcpdump bind-tools redis py3-setuptools py3-pip \
&& 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 891a549

Please sign in to comment.