use build-base not alpine-sdk as smaller and we do not need rest

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-03-28 18:18:48 +01:00
parent a762abd045
commit dc5258eeed
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:3.3
RUN apk update && apk upgrade && apk add alpine-sdk linux-headers
RUN apk update && apk upgrade && apk add build-base linux-headers
RUN mkdir -p /hvtools
WORKDIR /hvtools

View File

@ -1,6 +1,6 @@
FROM alpine:3.3
RUN apk update && apk upgrade && apk add alpine-sdk
RUN apk update && apk upgrade && apk add build-base
RUN mkdir -p /transfused
WORKDIR /transfused