Remove doctl install

kubeconfig is now created and uses a plain bearer token instead of using doctl as a credential mgr
This commit is contained in:
E M 2026-04-10 22:29:05 +10:00
parent 507fdb6c61
commit 42eabf67b6
No known key found for this signature in database

View File

@ -1,9 +1,5 @@
FROM mcr.microsoft.com/dotnet/sdk:10.0
RUN apt-get update && apt-get install -y curl && \
curl -sL https://github.com/digitalocean/doctl/releases/download/v1.154.0/doctl-1.154.0-linux-amd64.tar.gz | tar -xz -C /usr/local/bin && \
rm -rf /var/lib/apt/lists/*
COPY --chmod=0755 docker/docker-entrypoint.sh /
ENTRYPOINT ["/docker-entrypoint.sh"]