diff --git a/xfce-custom/Dockerfile b/xfce-custom/Dockerfile index 8b67ba4..1c570da 100644 --- a/xfce-custom/Dockerfile +++ b/xfce-custom/Dockerfile @@ -6,11 +6,13 @@ FROM $BASE_IMAGE RUN set -eux; apt-get update; \ apt-get install -y --no-install-recommends xfce4 xfce4-terminal sudo; \ apt-get install -y wget curl gnupg lsb-release apt-transport-https ca-certificates \ - git nano sxiv mpv; \ + git nano sxiv mpv rsync + +RUN set -eux; \ # ## yt-dlp - curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /home/neko/.local/bin/yt-dlp; \ - chmod a+rx /home/neko/.local/bin/yt-dlp; \ + curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /bin/yt-dlp; \ + chmod a+rx /bin/yt-dlp; \ # # add user to sudoers usermod -aG sudo neko; \ @@ -25,7 +27,9 @@ RUN set -eux; apt-get update; \ # clean up apt-get clean -y; \ rm -rf /var/lib/apt/lists/* /var/cache/apt/* - +# +# copy dotfiles +COPY dots /dots # # copy configuation files COPY supervisord.conf /etc/neko/supervisord/xfce.conf diff --git a/xfce-custom/dots/home/neko/iwazhere.txt b/xfce-custom/dots/home/neko/iwazhere.txt new file mode 100644 index 0000000..0a1be2e --- /dev/null +++ b/xfce-custom/dots/home/neko/iwazhere.txt @@ -0,0 +1 @@ + hello from the other side :3 <3