mirror of
https://github.com/coder/coder.git
synced 2026-06-06 14:38:23 +00:00
4 lines
79 B
Docker
4 lines
79 B
Docker
FROM ubuntu
|
|
|
|
RUN apt-get update && apt-get install -y curl wget git vim golang
|