build: fix Dockerfile WORKDIR

This commit is contained in:
winston 2022-07-31 05:15:36 +02:00
parent 62a840fd8d
commit c1389a1a00
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -22,9 +22,9 @@ RUN pacman -Sy \
RUN useradd -m demo && \
echo "demo ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/demo
USER demo
WORKDIR /home/demo
# install yay, might be used at a later point
# WORKDIR /home/demo
# RUN git clone https://aur.archlinux.org/yay-bin.git && \
# cd yay-bin && \
# makepkg -si --noconfirm && \