From 14186fe7c58b3f22908aab3d33db892b53fec63a Mon Sep 17 00:00:00 2001 From: Rob Becker Date: Fri, 22 Apr 2022 20:10:53 +0000 Subject: [PATCH] Replace deprecated commands with new dart commands --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b6066a5..a41b0e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,5 +24,5 @@ RUN chmod 600 /root/.ssh/id_rsa WORKDIR /build/ ADD . /build/ -RUN pub get +RUN dart pub get FROM scratch