From 97027ed27b3e0036f8df82f1b448838f2a012e4c Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Mon, 6 Feb 2023 09:22:50 -0800 Subject: [PATCH] Update Flutter to 3.7.1, add xvfb to Linux Containter for testing --- linux/Dockerfile | 4 ++-- windows/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linux/Dockerfile b/linux/Dockerfile index 5f2729e..be2d070 100644 --- a/linux/Dockerfile +++ b/linux/Dockerfile @@ -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 diff --git a/windows/Dockerfile b/windows/Dockerfile index b881797..1ca5062 100644 --- a/windows/Dockerfile +++ b/windows/Dockerfile @@ -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