1 Commits
Author SHA1 Message Date
3wc 43fb2f9ed3 Add libvirt-client to Docker image
continuous-integration/drone/push Build is passing
2021-07-12 23:40:34 +02:00
+1 -1
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 libvirt-client
COPY . /app/code/
WORKDIR /app/code