merging 3.7.1 upgrade with cirrus labs incorpoeration

This commit is contained in:
Dan Ballard 2023-02-06 10:59:02 -08:00
commit d24108fed7
2 changed files with 3 additions and 3 deletions

View File

@ -63,7 +63,7 @@ RUN yes | flutter doctor --android-licenses \
## openprivacy/flutter-desktop/linux
RUN apt-get update \
&& apt-get install -y --no-install-recommends cmake ninja-build clang build-essential pkg-config libgtk-3-dev liblzma-dev lcov npm \
&& rm -rf /var/lib/apt/lists/*
&& apt-get install -y --no-install-recommends cmake ninja-build clang build-essential pkg-config libgtk-3-dev liblzma-dev lcov npm xvfb \
&& rm -rf /var/lib/apt/lists/*
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