aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/qt
diff options
context:
space:
mode:
authorGravatar Robert Löhning <robert.loehning@qt.io>2020-05-26 21:51:14 +0200
committerGravatar GitHub <noreply@github.com>2020-05-26 12:51:14 -0700
commitd942fb96578f5492e3e473ba32b66b8d219c0dde (patch)
treed5c8cf0b3eb9b911bb235cec3992f0b26ed4451d /projects/qt
parentfc2236c22aed0a8adc07e35d4d7b4b7afa4177e4 (diff)
[qt] Don't install build-essential (#3880)
It's in base-builder now.
Diffstat (limited to 'projects/qt')
-rw-r--r--projects/qt/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/qt/Dockerfile b/projects/qt/Dockerfile
index 200916a3..66aac784 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