slige/dev-env/Dockerfile

4 lines
106 B
Docker

FROM archlinux
RUN pacman -Syu git base-devel deno --noconfirm
WORKDIR /workspace
ENTRYPOINT ["/bin/bash"]