docker/bootstrap: Add missing autopoint tools
Change-Id: I3dd3de1611f55d92b1f3c1edde28d4807a5aec8a
This commit is contained in:
parent
5c9ee5d028
commit
6f9861ccf7
4
3rdparty/docker/bootstrap/Dockerfile
vendored
4
3rdparty/docker/bootstrap/Dockerfile
vendored
@ -5,8 +5,8 @@ ENV DEBIAN_FRONTEND="noninteractive"
|
||||
RUN apt-get update
|
||||
|
||||
# Base Haiku requirements
|
||||
RUN apt-get install -y git nasm autoconf automake texinfo flex \
|
||||
bison gawk build-essential unzip wget zip less zlib1g-dev \
|
||||
RUN apt-get install -y git nasm autoconf automake autopoint texinfo \
|
||||
flex bison gawk build-essential unzip wget zip less zlib1g-dev \
|
||||
libcurl4-openssl-dev genisoimage libtool mtools gcc-multilib \
|
||||
u-boot-tools util-linux device-tree-compiler bc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user