mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
feat(devenv): use latest git
This commit is contained in:
parent
2fe92ff76d
commit
c1281d90af
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue