1
1

Add build dependencies to Dockerfile

This commit is contained in:
2026-08-06 11:59:13 +02:00
parent 7e4987271a
commit 5e40dfb3b6
+2
View File
@@ -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 \