mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08: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
|