mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
tools: Add more utilities to c-compile
These utilities are needed to compile tini, rngd, and toybox. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
5df4eb43b8
commit
370f8e7eb0
@ -2,13 +2,22 @@ FROM alpine:3.5
|
||||
RUN \
|
||||
apk update && apk upgrade && \
|
||||
apk add \
|
||||
bsd-compat-headers \
|
||||
curl \
|
||||
gcc \
|
||||
git \
|
||||
libc-dev \
|
||||
linux-headers \
|
||||
util-linux-dev \
|
||||
argp-standalone \
|
||||
automake \
|
||||
bash \
|
||||
bsd-compat-headers \
|
||||
build-base \
|
||||
cmake \
|
||||
curl \
|
||||
gcc \
|
||||
git \
|
||||
libc-dev \
|
||||
linux-headers \
|
||||
make \
|
||||
musl-dev \
|
||||
patch \
|
||||
util-linux-dev \
|
||||
vim \
|
||||
&& true
|
||||
|
||||
COPY compile.sh /usr/bin/
|
||||
|
Loading…
Reference in New Issue
Block a user