mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-13 16:12:39 +01:00
fix wireguard build, change to sid-slim (#516)
This commit is contained in:
@@ -1,10 +1,12 @@
|
||||
FROM alpine:latest
|
||||
FROM debian:sid-slim
|
||||
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN apk add --no-cache \
|
||||
RUN apt update && apt -y install \
|
||||
ca-certificates \
|
||||
libmnl
|
||||
libmnl-dev \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=r.j3ss.co/wireguard:install /usr/bin/wg /usr/bin/wg
|
||||
COPY --from=r.j3ss.co/wireguard:install /usr/share/man/man8/wg.8 /usr/share/man/man8/wg.8
|
||||
|
||||
Reference in New Issue
Block a user