From 9c4dc771211bb8cc16497a5645ad2f0828c6da5b Mon Sep 17 00:00:00 2001
From: nrbffs <38812627+nrbffs@users.noreply.github.com>
Date: Mon, 22 Apr 2019 14:39:22 -0400
Subject: [PATCH] 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>
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 76fab17..220d471 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM debian:9
 
 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
 
 # gluon build fails when running as root
-- 
GitLab