Skip to content

Commit a788ca0

Browse files
borisahrensBoris Ahrens
andauthored
Add curl to image (#311)
Co-authored-by: Boris Ahrens <[email protected]>
1 parent 6fdf61b commit a788ca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MalwareSampleExchange.Console/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine
22
COPY . /data
33
WORKDIR /data
44

5+
RUN apk add curl
56
ENTRYPOINT dotnet /data/MalwareSampleExchange.Console.dll
67

78
ENV ASPNETCORE_URLS="http://0.0.0.0:8080"

0 commit comments

Comments
 (0)