Skip to content

Commit

Permalink
Added workaround for dotnetcore runtime images build failure (microso…
Browse files Browse the repository at this point in the history
  • Loading branch information
kichalla authored and joshgav committed Mar 27, 2019
1 parent 3a40c4e commit 9a099ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion images/runtime/dotnetcore/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ FROM %DOTNETCORE_BASE_IMAGE%
# a version of `curl` that has known issues.
# We manually update it here so we can still depend on the original images.
# This command should be removed once support for deprecated .NET core images is halted.
RUN apt update && apt install curl --yes
RUN sed -i '/jessie-updates/d' /etc/apt/sources.list # Now archived
RUN apt-get update && apt-get install curl --yes

# Bake Application Insights key from pipeline variable into final image
ARG AI_KEY
Expand Down

0 comments on commit 9a099ce

Please sign in to comment.