Added curl to image distro.
This commit is contained in:
parent
4f00f647d8
commit
6bf0b6edcd
@ -1,5 +1,6 @@
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
|
||||
WORKDIR /app
|
||||
RUN apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user