mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
4 lines
71 B
Docker
4 lines
71 B
Docker
FROM ubuntu
|
|
|
|
RUN apt-get update -y && apt-get install -y git sudo curl
|