move apk to apt-get
continuous-integration/drone/push Build is failing Details

This commit is contained in:
knoflook 2022-04-20 14:57:28 +02:00
parent 3fbd1a36db
commit 775d6829e7
Signed by: knoflook
GPG Key ID: D6A1D0E8FC4FEF1C
1 changed files with 3 additions and 6 deletions

View File

@ -17,14 +17,11 @@ RUN pip install wheel cppy
# Install dependencies into the virtual environment with Pipenv
RUN pipenv install --deploy --verbose
FROM python:3.8-slim
RUN apk add --no-cache \
RUN apt-get install --no-install-recommends -y \
cloud-utils \
libjpeg \
libpq \
libstdc++ \
libvirt-client \
libvirt-clients \
openssh-client \
virt-install
virtinst
COPY . /app/code/
WORKDIR /app/code
COPY --from=build /app/venv /app/venv