Skip to content

Commit

Permalink
Merge pull request #9 from TheSpad/pip
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Dec 26, 2021
2 parents b771e51 + c56bc7d commit 920e2f1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.15
LABEL maintainer="Adam Beardwood"
LABEL org.opencontainers.image.source="https://github.com/TheSpad/docker-py-kms"

RUN \
apk add --update --no-cache --virtual=build-dependencies \
Expand All @@ -16,7 +17,8 @@ RUN \
python3-tkinter \
sqlite-libs \
py3-pip && \
pip3 install -U --no-cache-dir peewee tzlocal && \
pip3 install --no-cache-dir -U pip && \
pip3 install --no-cache-dir -U peewee tzlocal && \
git clone https://github.com/Py-KMS-Organization/py-kms/ /tmp/py-kms && \
mv /tmp/py-kms/py-kms /home/ && \
apk del --purge \
Expand Down

0 comments on commit 920e2f1

Please sign in to comment.