Dockerfile aktualisiert

This commit is contained in:
2023-10-11 10:40:45 +02:00
parent 148ebd474e
commit fc5049f2fe

View File

@@ -4,6 +4,7 @@ LABEL org.opencontainers.image.authors="admin@minenet.at"
LABEL org.opencontainers.image.source="https://github.com/ich777/docker-krusader"
RUN export TZ=Europe/Rome && \
echo "deb http://deb.debian.org/debian bookworm contrib non-free non-free-firmware" > /etc/apt/sources.list && \
apt-get update && \
apt-get -y install --no-install-recommends krusader breeze-icon-theme kompare krename bzip2 lzma xz-utils lhasa zip unzip arj unace rar unrar p7zip-full rpm konsole gedit dbus-x11 keditbookmarks feh fonts-takao fonts-arphic-uming fonts-noto-cjk && \
ln -s /usr/bin/arj /usr/bin/unarj && \