Skip to content

Commit

Permalink
Add curl to image (#311)
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Ahrens <boris.ahrens@gdata.de>
  • Loading branch information
borisahrens and Boris Ahrens committed Feb 26, 2024
1 parent 6fdf61b commit a788ca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MalwareSampleExchange.Console/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine
COPY . /data
WORKDIR /data

RUN apk add curl
ENTRYPOINT dotnet /data/MalwareSampleExchange.Console.dll

ENV ASPNETCORE_URLS="http://0.0.0.0:8080"
Expand Down

0 comments on commit a788ca0

Please sign in to comment.