diff --git a/command-service/Dockerfile b/command-service/Dockerfile index 4e7fe11a..bd9fef8b 100644 --- a/command-service/Dockerfile +++ b/command-service/Dockerfile @@ -13,7 +13,8 @@ RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/s chmod +x kubectl && \ mv kubectl /usr/local/bin/ -RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash +#RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash +RUN curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash -s -- --version v3.11.1 WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt