fix: 🐛 Add Dart global to path
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/jenkins-ssh-docker-agent/pipeline/head There was a failure building this commit
This commit is contained in:
parent
612f1350f8
commit
ed74cfcdf4
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user