Skip to content

Commit

Permalink
Add curl to dockerfile (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
MissedTheMark authored Sep 20, 2024
1 parent 11462b6 commit a0bee28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN chmod +x /opt/microsoft/powershell/pwsh

FROM mcr.microsoft.com/dotnet/runtime-deps:6.0

RUN apt update && apt install -y jq=1.6-2.1
RUN apt update && apt install -y jq=1.6-2.1 curl

# copy exes from the builder container
COPY --from=deps /bin/kubectl /bin/kubectl
Expand Down

0 comments on commit a0bee28

Please sign in to comment.