parent
25fa5f84ac
commit
f7cffd6a4a
@ -0,0 +1,7 @@
|
|||||||
|
FROM ghcr.io/crystal-linux/crystal:latest
|
||||||
|
|
||||||
|
RUN pacman -S --needed --noconfirm cargo openssl git binutils fakeroot pacman-contrib
|
||||||
|
RUN useradd -m -G wheel vscode
|
||||||
|
RUN bash -c "echo \"vscode ALL=(ALL) NOPASSWD: ALL\" >> /etc/sudoers"
|
||||||
|
|
||||||
|
ENV USER=vscode
|
Loading…
Reference in New Issue