Skip to content
Snippets Groups Projects
Commit 9c4dc771 authored by nrbffs's avatar nrbffs
Browse files

install libelf-dev

To try to avoid this message during build:
warning: Cannot use CONFIG_STACK_VALIDATION=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel
<https://gitlab.com/freifunk-region/stuttgart/site/-/jobs/200400306>
parent 31d610b3
No related branches found
No related tags found
No related merge requests found
Pipeline #24 passed
FROM debian:9 FROM debian:9
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y git subversion python build-essential gawk unzip libz-dev libncurses-dev libssl-dev time curl wget ecdsautils \ && apt-get install -y git subversion python build-essential gawk unzip libelf-dev libz-dev libncurses-dev libssl-dev time curl wget ecdsautils \
&& apt-get clean && apt-get clean
# gluon build fails when running as root # gluon build fails when running as root
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment