From 22622325ed43f51235353e43133bc9c1404344a4 Mon Sep 17 00:00:00 2001 From: m1k1o Date: Mon, 22 Mar 2021 18:55:45 +0100 Subject: [PATCH] fix comment. --- .m1k1o/xfce/Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.m1k1o/xfce/Dockerfile b/.m1k1o/xfce/Dockerfile index 4b7455c0..6c7da06a 100644 --- a/.m1k1o/xfce/Dockerfile +++ b/.m1k1o/xfce/Dockerfile @@ -1,7 +1,7 @@ FROM m1k1o/neko:base # -# install firefox-esr +# install xfce RUN set -eux; apt-get update; \ apt-get install -y --no-install-recommends xfce4 xfce4-terminal sudo; \ # diff --git a/README.md b/README.md index 8b53c174..8934219e 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Use following docker images: - `m1k1o/neko:latest` - for Firefox. - `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:xfce` - for an shared desktop / installing shared software +- `m1k1o/neko:xfce` - for an shared desktop / installing shared software. - `m1k1o/neko:base` - for custom base. Networking: