3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

feat(devenv): use latest git

This commit is contained in:
Dragory 2023-06-25 12:27:54 +03:00
parent 2fe92ff76d
commit c1281d90af
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -8,7 +8,9 @@ ENV TZ=UTC
# Set up some core packages
RUN apt-get update
RUN apt-get install -y sudo git curl
RUN apt-get install -y sudo curl software-properties-common
RUN add-apt-repository ppa:git-core/ppa && apt-get update && apt-get install -y git
# Set up SSH access
RUN apt-get install -y openssh-server iptables