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
|
RUN apt-get update
|
||||||
|
|
||||||
# Base Haiku requirements
|
# Base Haiku requirements
|
||||||
RUN apt-get install -y git nasm autoconf automake texinfo flex \
|
RUN apt-get install -y git nasm autoconf automake autopoint texinfo \
|
||||||
bison gawk build-essential unzip wget zip less zlib1g-dev \
|
flex bison gawk build-essential unzip wget zip less zlib1g-dev \
|
||||||
libcurl4-openssl-dev genisoimage libtool mtools gcc-multilib \
|
libcurl4-openssl-dev genisoimage libtool mtools gcc-multilib \
|
||||||
u-boot-tools util-linux device-tree-compiler bc
|
u-boot-tools util-linux device-tree-compiler bc
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user