Skip to content

Commit

Permalink
Changing dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arthrp committed Aug 19, 2020
1 parent da38fa3 commit dd374e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM mcr.microsoft.com/dotnet/core/sdk:3.1.401-focal

RUN dotnet tool install -g dotnet-fsharplint
RUN export PATH="$PATH:/root/.dotnet/tools"

COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit dd374e7

Please sign in to comment.