first working release
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-04-20 15:22:14 +02:00
parent a39cf380a4
commit cb8b605383
2 changed files with 3 additions and 2 deletions

View File

@ -19,6 +19,7 @@ RUN pipenv install --deploy --verbose
FROM python:3.8-slim
RUN apt-get update && apt-get install --no-install-recommends -y \
cloud-utils \
libpq5 \
libvirt-clients \
openssh-client \
virtinst