add PWA icon , update readme

This commit is contained in:
thelamer
2024-02-10 16:35:51 -08:00
parent 1a18a3c1ba
commit af82230d81
4 changed files with 48 additions and 2 deletions

View File

@@ -10,10 +10,15 @@ LABEL maintainer="thelamer"
ENV TITLE=Chromium
RUN \
echo "**** add icon ****" && \
curl -o \
/kclient/public/icon.png \
https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/chromium-logo.png && \
echo "**** install packages ****" && \
apt-get update && \
apt-get install -y --no-install-recommends \
chromium && \
chromium \
chromium-l10n && \
echo "**** cleanup ****" && \
apt-get autoclean && \
rm -rf \