Fix Wireguard Build (#443)

* Switched to elfutils-libelf from libelf-dev

Fixes #403

* Restored 	libelf-dev
This commit is contained in:
Rakshit Menpara 2018-12-12 01:38:16 +05:30 committed by Jess Frazelle
parent 67e8fc7046
commit 16ef15d472

View File

@ -14,6 +14,7 @@ LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apk add --no-cache \
build-base \
ca-certificates \
elfutils-libelf \
libelf-dev \
libmnl-dev