updates to gui-container
This commit is contained in:
parent
ac0490dca0
commit
b57071d343
1 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,7 @@ FROM registry.fedoraproject.org/fedora:38
|
|||
ENV HISTSIZE=10000
|
||||
ENV HISTTIMEFORMAT="%d/%m/%y %T "
|
||||
ENV HISTFILESIZE=20000
|
||||
ENV QT_QPA_PLATFORM=wayland
|
||||
|
||||
ENV GENERAL_PKGS="\
|
||||
bash-completion \
|
||||
|
@ -11,15 +12,19 @@ ENV GENERAL_PKGS="\
|
|||
fzf \
|
||||
wget \
|
||||
git \
|
||||
firefox \
|
||||
dbus \
|
||||
dbus-x11 \
|
||||
strace \
|
||||
systemd"
|
||||
|
||||
ENV APPS="\
|
||||
chromium \
|
||||
firefox"
|
||||
|
||||
# install system dependencies
|
||||
RUN dnf install -y \
|
||||
${GENERAL_PKGS} \
|
||||
${APPS} \
|
||||
&& dnf clean all
|
||||
|
||||
RUN echo $'[ -f /usr/share/fzf/shell/key-bindings.bash ] && source /usr/share/fzf/shell/key-bindings.bash' >> /root/.bashrc
|
||||
|
|
Loading…
Reference in a new issue