update repo before install
continuous-integration/drone/push Build is failing Details

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

View File

@ -17,7 +17,7 @@ RUN pip install wheel cppy
# Install dependencies into the virtual environment with Pipenv # Install dependencies into the virtual environment with Pipenv
RUN pipenv install --deploy --verbose RUN pipenv install --deploy --verbose
FROM python:3.8-slim FROM python:3.8-slim
RUN apt-get install --no-install-recommends -y \ RUN apt-get update && apt-get install --no-install-recommends -y \
cloud-utils \ cloud-utils \
libvirt-clients \ libvirt-clients \
openssh-client \ openssh-client \