Skip to content

Commit

Permalink
[qt] Don't install build-essential (#3880)
Browse files Browse the repository at this point in the history
It's in base-builder now.
  • Loading branch information
rlohning authored May 26, 2020
1 parent fc2236c commit d942fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/qt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER [email protected]
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
Expand Down

0 comments on commit d942fb9

Please sign in to comment.