mirror of
https://github.com/logos-storage/logos-storage-nim-cs-dist-tests.git
synced 2026-05-28 20:19:40 +00:00
Update docker image to install doctl
This commit is contained in:
parent
7287b6c0eb
commit
507fdb6c61
@ -1,5 +1,9 @@
|
||||
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"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user