mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Add missing dependency to dockerfile. (#2253)
Build failed to patch executable missing.
This commit is contained in:
parent
cd42adc832
commit
d33eae4cb9
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user