mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +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 \
|
curl \
|
||||||
distcc \
|
distcc \
|
||||||
git \
|
git \
|
||||||
kernel-package \
|
|
||||||
make \
|
make \
|
||||||
libncurses5-dev \
|
libncurses5-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
FROM r.j3ss.co/wireguard:install
|
FROM r.j3ss.co/wireguard:install
|
||||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||||
|
|
||||||
RUN apk add --no-cache \
|
RUN apt update && apt -y install \
|
||||||
bash \
|
bash \
|
||||||
bc \
|
bc \
|
||||||
bison \
|
bison \
|
||||||
|
@ -10,14 +10,12 @@ RUN apk add --no-cache \
|
||||||
fakeroot \
|
fakeroot \
|
||||||
flex \
|
flex \
|
||||||
git \
|
git \
|
||||||
gmp-dev \
|
libgmp-dev \
|
||||||
libressl-dev \
|
libncurses-dev \
|
||||||
mpc1-dev \
|
|
||||||
mpfr-dev \
|
|
||||||
ncurses-dev \
|
|
||||||
perl \
|
perl \
|
||||||
tar \
|
tar \
|
||||||
xz
|
--no-install-recommends \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
ENV HOME /root
|
ENV HOME /root
|
||||||
WORKDIR $HOME
|
WORKDIR $HOME
|
||||||
|
|
Loading…
Reference in New Issue
Block a user