mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-25 19:54:38 +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
|
# Create a EFI Bootable ISO
|
||||||
FROM mobylinux/alpine-efi:2f8c8e9ecc4bfefaf1b5ca56bac5506baba301f2
|
FROM mobylinux/alpine-efi:41ce281ca20186b8f5cae3b0fd05260189d6a3d2
|
||||||
|
|
||||||
WORKDIR /tmp/efi
|
WORKDIR /tmp/efi
|
||||||
|
|
||||||
|
@ -2,9 +2,9 @@ FROM alpine:3.4
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apk update && apk upgrade && \
|
apk update && apk upgrade && \
|
||||||
apk add \
|
apk add --no-cache \
|
||||||
binutils \
|
binutils \
|
||||||
|
gummiboot \
|
||||||
mtools \
|
mtools \
|
||||||
xorriso \
|
xorriso \
|
||||||
gummiboot \
|
&& true
|
||||||
&& rm -rf /var/cache/apk/*
|
|
||||||
|
Loading…
Reference in New Issue
Block a user