Skip to content
Snippets Groups Projects
Commit b1cdcc87 authored by David Bauer's avatar David Bauer
Browse files

docker: add missing dependencies


Add the necessary dependencies to compile OpenWrt 24.10.

Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent f3cae19c
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ...@@ -9,7 +9,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
file \ file \
git \ git \
python3 \ python3 \
python3-dev \
python3-distutils \ python3-distutils \
python3-pyelftools \
python3-setuptools \
build-essential \ build-essential \
gawk \ gawk \
unzip \ unzip \
...@@ -26,6 +29,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ...@@ -26,6 +29,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
shellcheck \ shellcheck \
libnss-unknown \ libnss-unknown \
openssh-client \ openssh-client \
swig \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment