Docker updates for libvirtd

This commit is contained in:
3wc
2021-07-14 00:35:26 +02:00
parent 4816170c03
commit 71e09807a7
2 changed files with 10 additions and 1 deletions

View File

@ -17,7 +17,7 @@ RUN pipenv install --deploy --verbose
FROM python:3.8-alpine
RUN apk add --no-cache libpq libstdc++ libjpeg
RUN apk add --no-cache libpq libstdc++ libjpeg virt-install libvirt-client cloud-utils
COPY . /app/code/
WORKDIR /app/code