Skip to content

Commit

Permalink
fix: httpscaledobject yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Reeve Lorena committed Aug 16, 2024
1 parent 52bb97d commit b31bd0b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ RUN apk --no-cache --quiet update \
&& apk add --no-cache --quiet rhash gettext moreutils curl bash git jq python3 py3-pip

# AWS CLI
RUN pip3 install --no-python-version-warning --break-system-packages --upgrade pip \
&& pip3 install --no-python-version-warning awscli
RUN pip3 install --no-python-version-warning --break-system-packages --upgrade pip

RUN pip3 install --no-python-version-warning awscli

# Kubectl #
RUN curl -LO --silent https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_VERSION}/bin/linux/amd64/kubectl \
Expand Down

0 comments on commit b31bd0b

Please sign in to comment.