Skip to content

Commit

Permalink
fix kubectl location
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Oct 25, 2024
1 parent 5f515b2 commit 55f1dec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion microservices/gatewayApi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ RUN poetry install --no-root --no-dev

# Download kubectl
RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl" && \
chmod +x kubectl
chmod +x kubectl && \
mv kubectl /usr/local/bin/

# Download deck v1.5.0
RUN curl -sL https://github.com/kong/deck/releases/download/v1.5.0/deck_1.5.0_linux_amd64.tar.gz -o deck.tar.gz && \
Expand Down

0 comments on commit 55f1dec

Please sign in to comment.