1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/vcs-all-in-one-GitMiner

Клонировать/Скачать
Dockerfile 341 Байт
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
ktx Отправлено 04.01.2018 14:10 bf2269e
FROM alpine
RUN apk --update add --no-cache python3 py3-pip openssl ca-certificates
RUN apk --update add --virtual build-dependencies python3-dev build-base wget git py3-lxml \
&& git clone https://github.com/UnkL4b/GitMiner.git
WORKDIR GitMiner
RUN pip3 install -r requirements.txt
ENTRYPOINT ["python3", "git_miner.py"]
CMD ["--help"]

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/vcs-all-in-one-GitMiner.git
git@api.gitlife.ru:oschina-mirror/vcs-all-in-one-GitMiner.git
oschina-mirror
vcs-all-in-one-GitMiner
vcs-all-in-one-GitMiner
master