my-code-server
FROM lscr.io/linuxserver/code-server:latest RUN apt-get update \ && apt install -y npm \ && apt install -y git \ && npm install -g yarn \