temp dotfile dir

This commit is contained in:
ayaka 2024-03-30 18:37:11 +13:00
parent 90cbd1fef5
commit fde3657808
2 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -0,0 +1 @@
hello from the other side :3 <3