migrate some images to mc-fedora-base image
All checks were successful
Build images / build-images-amd64 (push) Successful in 11m11s
Build images / build-images-arm64 (push) Successful in 11m11s
Build images / update-images-manifests (push) Successful in 25s

This commit is contained in:
Maciej Lebiest 2024-05-03 11:29:02 +02:00
parent a7fc84db9f
commit 7c6b259f44
5 changed files with 11 additions and 40 deletions

View file

@ -1,13 +1,8 @@
FROM registry.fedoraproject.org/fedora-minimal
FROM forgejo.maciej.cloud/pkg/mc-fedora-base
ENV HISTSIZE=10000
ENV HISTTIMEFORMAT="%d/%m/%y %T "
ENV HISTFILESIZE=100000
ENV QT_QPA_PLATFORM=wayland
ENV GENERAL_PKGS="\
bash-completion \
procps \
iproute \
fzf \
wget \
@ -27,6 +22,4 @@ RUN dnf5 install -y \
${APPS} \
&& dnf5 clean all
RUN echo $'[ -f /usr/share/fzf/shell/key-bindings.bash ] && source /usr/share/fzf/shell/key-bindings.bash' >> /root/.bashrc
ENTRYPOINT [ "/sbin/init" ]