Skip to content

Commit

Permalink
Fetch dotnetcore2.0.tgz from lambci bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
mhart committed Feb 20, 2018
1 parent e79eb59 commit 0e40cdf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dotnetcore2.0/run/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ RUN dotnet publish --output /app/ --configuration Release
FROM lambci/lambda-base

RUN rm -rf /var/runtime /var/lang && \
curl 'https://hm0s1q-db3pap001.files.1drv.com/y4mUBe_7LPKlEdvZRR8JKW44PuCG75m3w0N8eIHQy-SjfHdHlNCejlhjZE10BNL1aA-HT7I0-JDXB4w4XMQ5IHKHgT2oLCUjDw4itIcZBVb6VYEjdzVurzlRGgz0YsPOPnZMwQjxDX7EVShce6WXyMZSM6KblGfxg8FF62uZgtfd-2_hY2co3_OFVAhpQD2UaNrSh8GqESiaqEGrrnDxHJaQg/dotnet2.tgz?download&psid=1' | tar -zx -C /

curl https://lambci.s3.amazonaws.com/fs/dotnetcore2.0.tgz | tar -zx -C /

COPY --from=0 /app/MockBootstraps.* /var/runtime/

ENTRYPOINT ["/var/lang/bin/dotnet", "/var/runtime/MockBootstraps.dll"]
ENTRYPOINT ["/var/lang/bin/dotnet", "/var/runtime/MockBootstraps.dll"]

0 comments on commit 0e40cdf

Please sign in to comment.