Archived
2
0

fix comment.

This commit is contained in:
m1k1o 2021-03-22 18:55:45 +01:00
parent e01b60368c
commit 22622325ed
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
FROM m1k1o/neko:base FROM m1k1o/neko:base
# #
# install firefox-esr # install xfce
RUN set -eux; apt-get update; \ RUN set -eux; apt-get update; \
apt-get install -y --no-install-recommends xfce4 xfce4-terminal sudo; \ apt-get install -y --no-install-recommends xfce4 xfce4-terminal sudo; \
# #

View File

@ -67,7 +67,7 @@ Use following docker images:
- `m1k1o/neko:latest` - for Firefox. - `m1k1o/neko:latest` - for Firefox.
- `m1k1o/neko:chromium` - for Chromium Ungoogled (needs `--cap-add=SYS_ADMIN`). - `m1k1o/neko:chromium` - for Chromium Ungoogled (needs `--cap-add=SYS_ADMIN`).
- `m1k1o/neko:vlc` - for VLC Video player (needs volume mounted to `/media` with local video files, or setting `VLC_MEDIA=/media` path). - `m1k1o/neko:vlc` - for VLC Video player (needs volume mounted to `/media` with local video files, or setting `VLC_MEDIA=/media` path).
- `m1k1o/neko:xfce` - for an shared desktop / installing shared software - `m1k1o/neko:xfce` - for an shared desktop / installing shared software.
- `m1k1o/neko:base` - for custom base. - `m1k1o/neko:base` - for custom base.
Networking: Networking: