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 && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential \
ca-certificates \
flex \
bison \
make \
@@ -20,6 +21,7 @@ RUN apt-get update && \
subversion \
gettext \
gcc \
gcc-multilib \
binutils \
bzip2 \
python \