my-code-server

FROM lscr.io/linuxserver/code-server:latest
RUN apt install npm \
&& apt install yarn \
&& apt install git \