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 8bc9f58 commit 393edff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ RUN apk --no-cache --quiet update \
&& apk add --no-cache --quiet rhash gettext moreutils curl bash git jq python3 py3-pip

# AWS CLI
RUN pip install wheel \
pip install "Cython<3.0" "pyyaml<6" --no-build-isolation \
pip3 install awscli
RUN pip3 install --no-python-version-warning --break-system-packages --upgrade pip

RUN apk add --no-cache aws-cli

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

0 comments on commit 393edff

Please sign in to comment.