mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-05-25 04:24:50 -04:00
Fixed python (broken by upstream)
This commit is contained in:
parent
b170ce60b2
commit
cfdd668741
2 changed files with 6 additions and 4 deletions
|
@ -22,12 +22,13 @@ RUN apk add --no-cache --update \
|
||||||
py3-pygments \
|
py3-pygments \
|
||||||
python3-tkinter \
|
python3-tkinter \
|
||||||
sqlite-libs \
|
sqlite-libs \
|
||||||
py3-pip && \
|
py3-pip \
|
||||||
|
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/SystemRage/py-kms/ /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
|
apk del git build-base python3-dev
|
||||||
|
|
||||||
WORKDIR /home/py-kms
|
WORKDIR /home/py-kms
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,8 @@ RUN apk add --no-cache --update \
|
||||||
py3-pygments \
|
py3-pygments \
|
||||||
python3-tkinter \
|
python3-tkinter \
|
||||||
sqlite-libs \
|
sqlite-libs \
|
||||||
py3-pip && \
|
py3-pip \
|
||||||
|
build-base python3-dev && \
|
||||||
git clone https://github.com/SystemRage/py-kms.git /tmp/py-kms && \
|
git clone https://github.com/SystemRage/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/ && \
|
||||||
|
@ -32,7 +33,7 @@ RUN apk add --no-cache --update \
|
||||||
rm -rf /tmp/sqlite_web && \
|
rm -rf /tmp/sqlite_web && \
|
||||||
pip3 install peewee tzlocal pysqlite3 && \
|
pip3 install peewee tzlocal pysqlite3 && \
|
||||||
chmod a+x /usr/bin/start.sh && \
|
chmod a+x /usr/bin/start.sh && \
|
||||||
apk del git
|
apk del git build-base python3-dev
|
||||||
|
|
||||||
WORKDIR /home/py-kms
|
WORKDIR /home/py-kms
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue