Skip to content

Commit

Permalink
Update Dockerfile to use official Dart image and dart pub
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Dec 9, 2022
1 parent 74f8cb0 commit 28a3a5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM dart

RUN pub global activate linkcheck
RUN dart pub global activate linkcheck

ENTRYPOINT ["/root/.pub-cache/bin/linkcheck"]
4 changes: 2 additions & 2 deletions GithubActionDockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM google/dart
FROM dart

RUN pub global activate linkcheck
RUN dart pub global activate linkcheck
COPY github_action_entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 28a3a5d

Please sign in to comment.