diff --git a/Dockerfile b/Dockerfile index b9cd4b1..e2d214d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:0.10.0 ENV VERSION 1.1.3 RUN apt-get update && \ - apt-get install -y openssh-server && \ + apt-get install -y openssh-server git && \ rm -rf /etc/ssh_host_* && \ rm -r /var/cache/apt /var/lib/apt/lists