mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
Merge pull request #581 from justincormack/cache
remove use of rm /var/cache/apk
This commit is contained in:
commit
a844cf4294
@ -1,5 +1,5 @@
|
||||
# Create a EFI Bootable ISO
|
||||
FROM mobylinux/alpine-efi:2f8c8e9ecc4bfefaf1b5ca56bac5506baba301f2
|
||||
FROM mobylinux/alpine-efi:41ce281ca20186b8f5cae3b0fd05260189d6a3d2
|
||||
|
||||
WORKDIR /tmp/efi
|
||||
|
||||
|
@ -2,9 +2,9 @@ FROM alpine:3.4
|
||||
|
||||
RUN \
|
||||
apk update && apk upgrade && \
|
||||
apk add \
|
||||
apk add --no-cache \
|
||||
binutils \
|
||||
gummiboot \
|
||||
mtools \
|
||||
xorriso \
|
||||
gummiboot \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
&& true
|
||||
|
Loading…
Reference in New Issue
Block a user