Skip to content

Commit 4df1861

Browse files
committed
Replace deprecated commands with new dart commands
1 parent 14eea16 commit 4df1861

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.4
22
WORKDIR /build
33
ADD pubspec.yaml /build
4-
RUN pub get
4+
RUN dart pub get
55
FROM scratch

0 commit comments

Comments
 (0)