mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-15 18:46:31 +00:00
fix flutter not found error
This commit is contained in:
parent
427bad7016
commit
252f0d34be
2 changed files with 6 additions and 0 deletions
|
|
@ -15,3 +15,6 @@ RUN chmod +x /entrypoint.sh
|
|||
COPY cleanup.sh /cleanup.sh
|
||||
RUN chmod +x /cleanup.sh
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
|
||||
COPY flutter /bin/flutter
|
||||
RUN chmod +x /bin/flutter
|
||||
|
|
|
|||
3
flutter
Executable file
3
flutter
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
exit 0
|
||||
Loading…
Reference in a new issue