mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 03:21:28 +01:00
update
Signed-off-by: Jess Frazelle <jess@oxide.computer>
This commit is contained in:
parent
c91ab7588f
commit
299ae08ba8
|
@ -6,7 +6,6 @@ RUN apt-get update && apt-get install -y \
|
|||
curl \
|
||||
distcc \
|
||||
git \
|
||||
kernel-package \
|
||||
make \
|
||||
libncurses5-dev \
|
||||
libssl-dev \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM r.j3ss.co/wireguard:install
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN apk add --no-cache \
|
||||
RUN apt update && apt -y install \
|
||||
bash \
|
||||
bc \
|
||||
bison \
|
||||
|
@ -10,14 +10,12 @@ RUN apk add --no-cache \
|
|||
fakeroot \
|
||||
flex \
|
||||
git \
|
||||
gmp-dev \
|
||||
libressl-dev \
|
||||
mpc1-dev \
|
||||
mpfr-dev \
|
||||
ncurses-dev \
|
||||
libgmp-dev \
|
||||
libncurses-dev \
|
||||
perl \
|
||||
tar \
|
||||
xz
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV HOME /root
|
||||
WORKDIR $HOME
|
||||
|
|
Loading…
Reference in New Issue
Block a user