Skip to content

Commit

Permalink
Merge pull request #15 from thespad/dnspython
Browse files Browse the repository at this point in the history
  • Loading branch information
thespad authored Apr 23, 2022
2 parents afcd50a + 30f2532 commit 2eb5b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN \
sqlite-libs \
py3-pip && \
pip3 install --no-cache-dir -U pip && \
pip3 install --no-cache-dir -U peewee tzlocal && \
pip3 install --no-cache-dir -U peewee tzlocal dnspython && \
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 2eb5b26

Please sign in to comment.