Skip to content

Commit

Permalink
Make EVE build
Browse files Browse the repository at this point in the history
Alpine changed some versions and I guess we didn't have the full Alpine
cache in 6.1.

Signed-off-by: eriknordmark <erik@zededa.com>
  • Loading branch information
eriknordmark committed Nov 3, 2021
1 parent 908b8f7 commit f16f76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/eve/Dockerfile.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.12 as tools
RUN mkdir -p /out/etc/apk /out/boot && cp -r /etc/apk/* /out/etc/apk/
RUN apk add --no-cache --initdb -p /out qemu-img=5.0.0-r2 tar=1.32-r1 uboot-tools=2020.04-r0 coreutils=8.32-r0
RUN apk add --no-cache --initdb -p /out qemu-img=5.0.0-r2 tar=1.32-r2 uboot-tools=2020.04-r0 coreutils=8.32-r0
# hadolint ignore=DL3006
FROM MKISO_TAG as iso
# hadolint ignore=DL3006
Expand Down

0 comments on commit f16f76d

Please sign in to comment.