From 40c0c171117d971ac32cac569a3b0c7da745b91c Mon Sep 17 00:00:00 2001 From: Thomas Bellembois Date: Mon, 6 Feb 2023 14:36:57 +0100 Subject: [PATCH] Fix flutter and dart path. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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