docker/bootstrap: Add missing pkg-config for ICU
* ARM now gets up to the ICU build failures. (yay?) Change-Id: Iaad978fe86f8cbb57e553bc3584bd8351559c7dc
This commit is contained in:
parent
3a92284113
commit
8850049390
3
3rdparty/docker/bootstrap/Dockerfile
vendored
3
3rdparty/docker/bootstrap/Dockerfile
vendored
@ -12,9 +12,10 @@ RUN apt-get install -y git nasm autoconf automake texinfo flex \
|
||||
|
||||
# GCC Requirements
|
||||
RUN apt-get install -y python
|
||||
|
||||
# zlib Requirements
|
||||
RUN apt-get install -y cmake
|
||||
# ICU Requirements
|
||||
RUN apt-get install -y pkg-config
|
||||
|
||||
ENV GIT_BUILDTOOLS="https://git.haiku-os.org/buildtools"
|
||||
ENV GIT_HAIKU="https://git.haiku-os.org/haiku"
|
||||
|
Loading…
Reference in New Issue
Block a user