Add missing dependency to dockerfile. (#2253)

Build failed to patch executable missing.
This commit is contained in:
karliss 2020-06-17 22:25:13 +03:00 committed by GitHub
parent cd42adc832
commit d33eae4cb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,11 @@ ENV DEBIAN_FRONTEND noninteractive
# Dependencies # Dependencies
RUN apk add --no-cache \ RUN apk add --no-cache \
bash \ bash \
build-base \
cmake \ cmake \
curl \ curl \
g++ \
gcc \
git \ git \
linux-headers \ linux-headers \
make \
pkgconfig \ pkgconfig \
python3-dev \ python3-dev \
qt5-qtbase \ qt5-qtbase \