Skip to content

Commit

Permalink
Merge pull request #391 from dabutvin/curl
Browse files Browse the repository at this point in the history
install curl in docker container
  • Loading branch information
dabutvin committed May 20, 2019
2 parents 943b409 + 6c66859 commit 3bd87b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.CompressImages
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ RUN cd /src/CompressImagesFunction && cp bin/Release/netstandard2.0/bin/runtimes

FROM mcr.microsoft.com/azure-functions/dotnet:2.0

RUN apt-get update && apt-get install -y --no-install-recommends --no-install-suggests \
curl libcurl3

ENV AzureWebJobsScriptRoot=/home/site/wwwroot
COPY --from=dotnet ["/home/site/wwwroot", "/home/site/wwwroot"]

0 comments on commit 3bd87b8

Please sign in to comment.