returned back curl to iso
This commit is contained in:
parent
2862ee8ae3
commit
eac9cb8d13
@ -1,5 +1,9 @@
|
||||
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
|
||||
WORKDIR /app
|
||||
# Install curl for healthcheck
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends curl && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user