mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +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 \
|
||||
build-base \
|
||||
ca-certificates \
|
||||
elfutils-libelf \
|
||||
libelf-dev \
|
||||
libmnl-dev
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user