diff --git a/microservices/gatewayApi/Dockerfile b/microservices/gatewayApi/Dockerfile index ccfe079..7e4fbf3 100644 --- a/microservices/gatewayApi/Dockerfile +++ b/microservices/gatewayApi/Dockerfile @@ -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 && \