migrate some images to mc-fedora-base image
This commit is contained in:
parent
a7fc84db9f
commit
7c6b259f44
5 changed files with 11 additions and 40 deletions
|
@ -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" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue