File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11ARG ALPINE_VERSION=3.13
2- # FROM lfedge/eve-alpine:5.16.0 AS cache
2+ FROM lfedge/eve-alpine:99db0c3af59a9656315c9d7a0ad8a24f631134b0 AS cache
33
44FROM alpine:${ALPINE_VERSION} AS mirror
55ARG ALPINE_VERSION=3.13
66
77# pull packages from a *previous* mirror
8- # COPY --from=cache /mirror /mirror
8+ COPY --from=cache /mirror /mirror
99
1010# update base image
1111RUN apk update && apk upgrade -a
Original file line number Diff line number Diff line change 1-
21abuild
32alpine-baselayout
43alpine-keys
@@ -31,6 +30,8 @@ diffutils
3130dmidecode
3231dosfstools
3332doxygen
33+ dtc
34+ dtc-dev
3435e2fsprogs
3536e2fsprogs-extra
3637elfutils-dev
@@ -69,6 +70,7 @@ libcap-ng-dev
6970libcrypto1.1
7071libestr-dev
7172libfastjson-dev
73+ libfdt
7274libgcrypt-dev
7375libice-dev
7476liblogging-dev
148150tar
149151tcpdump
150152texinfo
153+ uboot-tools
151154usbutils
152155util-linux
153156util-linux-dev
You can’t perform that action at this time.
0 commit comments