Add build dependencies to Dockerfile
This commit is contained in:
@@ -9,6 +9,7 @@ RUN echo "dash dash/sh boolean false" | debconf-set-selections && \
|
|||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
|
ca-certificates \
|
||||||
flex \
|
flex \
|
||||||
bison \
|
bison \
|
||||||
make \
|
make \
|
||||||
@@ -20,6 +21,7 @@ RUN apt-get update && \
|
|||||||
subversion \
|
subversion \
|
||||||
gettext \
|
gettext \
|
||||||
gcc \
|
gcc \
|
||||||
|
gcc-multilib \
|
||||||
binutils \
|
binutils \
|
||||||
bzip2 \
|
bzip2 \
|
||||||
python \
|
python \
|
||||||
|
|||||||
Reference in New Issue
Block a user