code-server / Dockerfile
SnowFlash383935's picture
Update Dockerfile
3d2cfaf verified
raw
history blame
129 Bytes
FROM ubuntu:latest
RUN apt-get install git curl wget apt-aliases apt-utils
RUN curl -fsSL https://code-server.dev/install.sh | sh