Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Add a command to populate local package cache for dotnet image (#433)
Browse files Browse the repository at this point in the history
Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>
  • Loading branch information
svor authored and dmytro-ndp committed Sep 11, 2019
1 parent 3e39bf5 commit 87e183a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/remote-plugin-dotnet-2.2.105/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,5 @@ ENV ASPNETCORE_URLS=http://+:80 \
NUGET_XMLDOC_MODE=skip

# Trigger first run experience by running arbitrary cmd to populate local package cache
RUN dotnet --version
RUN dotnet help
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 87e183a

Please sign in to comment.