File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 44# https://github.com/crate/docker-crate
55#
66
7- FROM almalinux:9
7+ FROM almalinux:10-kitten-minimal
88
99# Install prerequisites and clean up repository indexes again
10- RUN dnf install --nodocs --assumeyes gzip python3 shadow-utils tar \
11- && dnf clean all \
10+ RUN microdnf install --nodocs --assumeyes gzip python3 shadow-utils tar gnupg \
11+ && microdnf clean all \
1212 && rm -rf /var/cache/yum
1313
1414# Install CrateDB
Original file line number Diff line number Diff line change 55# https://github.com/crate/docker-crate
66#
77
8- FROM almalinux:9
8+ FROM almalinux:10-kitten-minimal
99
1010# Install prerequisites and clean up repository indexes again
11- RUN dnf install --nodocs --assumeyes gzip python3 shadow-utils tar \
12- && dnf clean all \
11+ RUN microdnf install --nodocs --assumeyes gzip python3 shadow-utils tar gnupg \
12+ && microdnf clean all \
1313 && rm -rf /var/cache/yum
1414
1515# Install CrateDB
You can’t perform that action at this time.
0 commit comments