Browse Source

Install curl.

pull/443/head
Sebastian Stehle 6 years ago
committed by GitHub
parent
commit
f9f4660e79
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Dockerfile

4
Dockerfile

@ -56,6 +56,10 @@ RUN cp -a build /build/
#
FROM mcr.microsoft.com/dotnet/core/aspnet:3.0-buster-slim
# add libuv & curl
RUN apk update \
&& apk add --no-cache curl \
# Default AspNetCore directory
WORKDIR /app

Loading…
Cancel
Save