Merge pull request 'Update Flutter to 3.7.1, add xvfb to Linux Containter for testing' (#1) from 3.7.1 into main

Reviewed-on: #1
This commit is contained in:
Dan Ballard 2023-02-06 18:34:45 +00:00
commit edb99885c5
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
FROM cirrusci/flutter:3.3.8
FROM cirrusci/flutter:3.7.1
RUN apt-get update
RUN apt-get install -y --no-install-recommends cmake ninja-build clang build-essential pkg-config libgtk-3-dev liblzma-dev lcov npm
RUN apt-get install -y --no-install-recommends cmake ninja-build clang build-essential pkg-config libgtk-3-dev liblzma-dev lcov npm xvfb
RUN npm install -g cucumber-html-reporter --save-dev
RUN flutter config --enable-linux-desktop

View File

@ -34,7 +34,7 @@ RUN powershell.exe -Command \
RUN setx path "%path%;C:\flutter\bin;C:\flutter\bin\cache\dart-sdk\bin;"
RUN git clone -b 3.3.8 https://github.com/flutter/flutter.git C:\flutter
RUN git clone -b 3.7.1 https://github.com/flutter/flutter.git C:\flutter
RUN flutter config --no-analytics