code-server / Dockerfile
SnowFlash383935's picture
Update Dockerfile
cb31069 verified
raw
history blame
136 Bytes
FROM ubuntu:latest
RUN apt-get update -y
RUN apt-get install git curl wget apt -y
RUN curl -fsSL https://code-server.dev/install.sh | sh