From 7b4c2a072a76b6d8ee357d2488dcd074fc3299e0 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Thu, 1 Aug 2024 11:03:21 +0200 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2f29fab..b801de4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:22.04 # Install flutter dependencies -RUN apt-get update && apt-get install -y curl git wget unzip libgconf-2-4 gdb fonts-droid-fallback python3 xz-utils zip libglu1-mesa openjdk-8-jdk && apt-get clean +RUN apt-get update && apt-get install -y curl git wget unzip libgconf-2-4 gdb fonts-droid-fallback python3 xz-utils zip libglu1-mesa openjdk-8-jdk clang ninja-build pkg-config && apt-get clean # Set up new user RUN useradd -ms /bin/bash developer