Portál AbcLinuxu, 21. července 2026 12:51
FROM lscr.io/linuxserver/webtop:ubuntu-kde
USER root
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get upgrade -y && \
\
echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections && \
\
apt-get install -y --no-install-recommends \
ttf-mscorefonts-installer \
fontconfig \
fonts-dejavu \
nicotine \
mc \
wget \
mpv \
ca-certificates && \
\
fc-cache -f -v && \
systemctl mask tmpfiles && \
\
apt-get purge -y chromium-browser chromium && \
\
wget -q https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && \
apt-get install -y --no-install-recommends ./google-chrome-stable_current_amd64.deb && \
rm google-chrome-stable_current_amd64.deb && \
\
apt-get clean && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Dnes som si nanovo vytvoril kontajner (zmazal som cely /var/lib/docker), uvidime ci sa to prejavi zasa..
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.