From d942fb96578f5492e3e473ba32b66b8d219c0dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6hning?= Date: Tue, 26 May 2020 21:51:14 +0200 Subject: [PATCH] [qt] Don't install build-essential (#3880) It's in base-builder now. --- projects/qt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/qt/Dockerfile b/projects/qt/Dockerfile index 200916a3edf3..66aac7841d94 100644 --- a/projects/qt/Dockerfile +++ b/projects/qt/Dockerfile @@ -17,7 +17,7 @@ FROM gcr.io/oss-fuzz-base/base-builder MAINTAINER rlohningqt@gmail.com RUN dpkg --add-architecture i386 -RUN apt-get update && apt-get install -y build-essential libc6-dev:i386 +RUN apt-get update && apt-get install -y libc6-dev:i386 RUN git clone --branch 5.15 --depth 1 git://code.qt.io/qt/qt5.git qt WORKDIR qt RUN git submodule update --init --depth 1 qtbase