1
Fork 0
This repository has been archived on 2022-08-23. You can view files and clone it, but cannot push or open issues or pull requests.
web-drs-frontend/.devcontainer/Dockerfile
Tobias Berger cd9a72145e codespace
2022-01-27 10:16:20 +00:00

5 lines
No EOL
147 B
Docker

FROM archlinux
RUN pacman-key --init
RUN pacman-key --populate
RUN pacman --noconfirm -Syu git yarn
RUN git config --global core.editor code --wait