Skip to content

Commit 8197705

Browse files
Merge pull request #19 from Workiva/batch/fea/dart_commands
Replace deprecated commands with new dart commands
2 parents 25cc253 + 48d0e80 commit 8197705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM google/dart:2.13
22
WORKDIR /build/
33
ADD pubspec.yaml .
4-
RUN pub get
4+
RUN dart pub get
55
FROM scratch

0 commit comments

Comments
 (0)