my-code-server

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