mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-16 16:14:50 -04:00
Corrected clone location for new repo
This commit is contained in:
parent
0ac968c510
commit
873ee726e6
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ RUN apk add --no-cache --update \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
build-base python3-dev && \
|
build-base python3-dev && \
|
||||||
pip3 install peewee tzlocal && \
|
pip3 install peewee tzlocal && \
|
||||||
git clone https://github.com/SystemRage/py-kms/ /tmp/py-kms && \
|
git clone https://github.com/Py-KMS-Organization/py-kms.git /tmp/py-kms && \
|
||||||
mv /tmp/py-kms/py-kms /home/ && \
|
mv /tmp/py-kms/py-kms /home/ && \
|
||||||
rm -rf /tmp/py-kms && \
|
rm -rf /tmp/py-kms && \
|
||||||
apk del git build-base python3-dev
|
apk del git build-base python3-dev
|
||||||
|
|
|
@ -25,7 +25,7 @@ RUN apk add --no-cache --update \
|
||||||
sqlite-libs \
|
sqlite-libs \
|
||||||
py3-pip \
|
py3-pip \
|
||||||
build-base python3-dev && \
|
build-base python3-dev && \
|
||||||
git clone https://github.com/SystemRage/py-kms.git /tmp/py-kms && \
|
git clone https://github.com/Py-KMS-Organization/py-kms.git /tmp/py-kms && \
|
||||||
git clone https://github.com/coleifer/sqlite-web.git /tmp/sqlite_web && \
|
git clone https://github.com/coleifer/sqlite-web.git /tmp/sqlite_web && \
|
||||||
mv /tmp/py-kms/py-kms /home/ && \
|
mv /tmp/py-kms/py-kms /home/ && \
|
||||||
mv /tmp/sqlite_web/sqlite_web /home/ && \
|
mv /tmp/sqlite_web/sqlite_web /home/ && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue