Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed May 15, 2020
1 parent c91ab75 commit 299ae08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
1 change: 0 additions & 1 deletion distcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ RUN apt-get update && apt-get install -y \
curl \
distcc \
git \
kernel-package \
make \
libncurses5-dev \
libssl-dev \
Expand Down
12 changes: 5 additions & 7 deletions kernel-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM r.j3ss.co/wireguard:install
LABEL maintainer "Jessie Frazelle <[email protected]>"

RUN apk add --no-cache \
RUN apt update && apt -y install \
bash \
bc \
bison \
Expand All @@ -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
Expand Down

0 comments on commit 299ae08

Please sign in to comment.