mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
Fix Wireguard Build (#443)
* Switched to elfutils-libelf from libelf-dev Fixes #403 * Restored libelf-dev
This commit is contained in:
parent
67e8fc7046
commit
16ef15d472
|
@ -14,6 +14,7 @@ LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
build-base \
|
build-base \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
elfutils-libelf \
|
||||||
libelf-dev \
|
libelf-dev \
|
||||||
libmnl-dev
|
libmnl-dev
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user