4 lines
130 B
Plaintext
4 lines
130 B
Plaintext
|
FROM codercom/code-server:latest
|
||
|
RUN sudo apt update
|
||
|
RUN sudo apt upgrade -y
|
||
|
RUN sudo apt install nano curl wget zip unzip tree -y
|