mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 17:49:10 +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 \
|
RUN \
|
||||||
apk update && apk upgrade && \
|
apk update && apk upgrade && \
|
||||||
apk add \
|
apk add \
|
||||||
bsd-compat-headers \
|
argp-standalone \
|
||||||
curl \
|
automake \
|
||||||
gcc \
|
bash \
|
||||||
git \
|
bsd-compat-headers \
|
||||||
libc-dev \
|
build-base \
|
||||||
linux-headers \
|
cmake \
|
||||||
util-linux-dev \
|
curl \
|
||||||
|
gcc \
|
||||||
|
git \
|
||||||
|
libc-dev \
|
||||||
|
linux-headers \
|
||||||
|
make \
|
||||||
|
musl-dev \
|
||||||
|
patch \
|
||||||
|
util-linux-dev \
|
||||||
|
vim \
|
||||||
&& true
|
&& true
|
||||||
|
|
||||||
COPY compile.sh /usr/bin/
|
COPY compile.sh /usr/bin/
|
||||||
|
Loading…
Reference in New Issue
Block a user