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
|
# 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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user