From 370f8e7eb05e02d48ff2b67e7a867319a090417a Mon Sep 17 00:00:00 2001 From: Rolf Neugebauer Date: Mon, 24 Apr 2017 15:16:13 +0100 Subject: [PATCH] tools: Add more utilities to c-compile These utilities are needed to compile tini, rngd, and toybox. Signed-off-by: Rolf Neugebauer --- tools/c-compile/Dockerfile | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/tools/c-compile/Dockerfile b/tools/c-compile/Dockerfile index fe871d742..0ed0cffc9 100644 --- a/tools/c-compile/Dockerfile +++ b/tools/c-compile/Dockerfile @@ -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/