temp dotfile dir
This commit is contained in:
parent
90cbd1fef5
commit
fde3657808
@ -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
|
||||
|
1
xfce-custom/dots/home/neko/iwazhere.txt
Normal file
1
xfce-custom/dots/home/neko/iwazhere.txt
Normal file
@ -0,0 +1 @@
|
||||
hello from the other side :3 <3
|
Loading…
Reference in New Issue
Block a user