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