kopia lustrzana https://github.com/jupyterhub/repo2docker
Add git to the repo2docker docker image
rodzic
1c4c31e1f1
commit
c41dd815d7
|
@ -1,5 +1,7 @@
|
||||||
FROM python:3.6.3-alpine3.6
|
FROM python:3.6.3-alpine3.6
|
||||||
|
|
||||||
|
# Git is required for repo2docker to work
|
||||||
|
RUN apk add --no-cache git
|
||||||
|
|
||||||
RUN mkdir /tmp/src
|
RUN mkdir /tmp/src
|
||||||
ADD . /tmp/src
|
ADD . /tmp/src
|
||||||
|
|
Ładowanie…
Reference in New Issue