linux to flutter stable 2.8.1 + npm and cucumber-html-reporter for gherkin tests

This commit is contained in:
Dan Ballard 2022-02-09 11:04:37 -05:00
parent bb9e897260
commit 0f11cbbf97
2 changed files with 5 additions and 3 deletions

View File

@ -4,9 +4,10 @@ Dockerfiles @ [git.openprivacy.ca/openprivacy/flutter-desktop](https://git.openp
These docker containers are built on containers from [cirrusci](https://hub.docker.com/u/cirrusci) ([cirruslabs](https://github.com/cirruslabs)).
- linux-fstable-2.8.0 is cirrusci/flutter:2.8.0 + apt installing the needed utils
- linux-fstable-2.8.1 is cirrusci/flutter:2.8.0 + apt installing the needed utils (including npm and cucumber-html-reporter)
- windows-sdk30-fstable-2.8.1 is cirrusci/android-sdk:30-windowsservercore-2019 with Visual Studio 16, Flutter stable (2.8.1), and Google Root cert gtsr1 (for future proofing pub get)
- linux-fstable-2.8.0 is cirrusci/flutter:2.8.0 + apt installing the needed utils
- linux-fstable-2.5.3 is cirrusci/flutter:2.5.3 + apt installing the needed utils
- linux-fdev2.5-rc is cirrusci/flutter:2.5.0-6pre + apt installing the needed utils
- linux-fdev2.2-rc is cirrusci/flutter:2.2 rc + apt installing the needed utils

View File

@ -1,5 +1,6 @@
FROM cirrusci/flutter:2.8.0
FROM cirrusci/flutter:2.8.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
RUN apt-get install -y --no-install-recommends cmake ninja-build clang build-essential pkg-config libgtk-3-dev liblzma-dev lcov npm
RUN npm install -g cucumber-html-reporter --save-dev
RUN flutter config --enable-linux-desktop