diff --git a/Dockerfile b/Dockerfile index 3b8725e..1e1dffc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ WORKDIR /opt RUN git clone https://github.com/flutter/flutter.git -b stable -ENV PATH=$PATH:/opt/flutter/bin:/usr/lib/dart/bin +ENV PATH=$PATH:/usr/lib/dart/bin:/opt/flutter/bin RUN flutter precache && flutter doctor @@ -22,4 +22,4 @@ RUN unzip /opt/sonar-scanner-cli-4.7.0.2747-linux.zip ENV PATH=$PATH:/opt/sonar-scanner-4.7.0.2747-linux/bin -RUN rm -Rf /var/cache/apt \ No newline at end of file +RUN rm -Rf /var/cache/apt