my-code-server

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