mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
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:
parent
a762abd045
commit
dc5258eeed
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user