fix: 🐛 Add Dart global to path
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit

This commit is contained in:
Andreas Fahrecker 2024-05-23 22:01:05 +02:00
parent 612f1350f8
commit ed74cfcdf4
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ RUN flutter channel master
RUN flutter upgrade
RUN dart pub global activate flutter_distributor
RUN echo 'export PATH="$PATH:`dart pub global path`"' >> ~/.bashrc
USER root

View File

@ -25,6 +25,7 @@ RUN flutter channel master
RUN flutter upgrade
RUN dart pub global activate flutter_distributor
RUN echo 'export PATH="$PATH:`dart pub global path`"' >> /etc/profile
USER root