flutter-desktop/linux/Dockerfile

7 lines
275 B
Docker
Raw Normal View History

2022-11-16 02:30:13 +00:00
FROM cirrusci/flutter:3.3.8
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 npm install -g cucumber-html-reporter --save-dev
RUN flutter config --enable-linux-desktop