Install git into base image

pull/6/head
yuvipanda 2017-04-06 15:53:59 -07:00
rodzic 66a79d2aa6
commit 3dc2ff4fc5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ LABEL io.openshift.s2i.scripts-url=image:///usr/libexec/s2i
ENV APP_DIR /srv/app
RUN apt-get update
RUN apt-get install --yes python3 python3-venv tar
RUN apt-get install --yes python3 python3-venv tar git
RUN adduser --disabled-password --gecos "Default Jupyter user" jovyan