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 b31bd0b commit ea6222a
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 @@ -25,9 +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
RUN pip3 install --no-python-version-warning --upgrade pip

RUN pip3 install --no-python-version-warning awscli
RUN pip3 install --no-python-version-warning --break-system-packages 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 ea6222a

Please sign in to comment.