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
RUN apk add --no-cache \
bash \
build-base \
cmake \
curl \
g++ \
gcc \
git \
linux-headers \
make \
pkgconfig \
python3-dev \
qt5-qtbase \