diff --git a/Dockerfile b/Dockerfile index 14b2525..eeb3e2e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0 RUN apt-get update \ - && apt-get install -y --no-install-recommends curl jq unzip \ + && apt-get install -y --no-install-recommends curl jq unzip docker \ && rm -rf /var/lib/apt/lists/* COPY entrypoint.sh /entrypoint.sh