Add libvirt-client to Docker image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9e44f9be0c
commit
43fb2f9ed3
@ -17,7 +17,7 @@ RUN pipenv install --deploy --verbose
|
|||||||
|
|
||||||
FROM python:3.8-alpine
|
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/
|
COPY . /app/code/
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
Loading…
Reference in New Issue
Block a user