From a39cf380a44566997dc8dcdb53a1020033bf1785 Mon Sep 17 00:00:00 2001 From: knoflook Date: Wed, 20 Apr 2022 14:58:20 +0200 Subject: [PATCH] update repo before install --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 798d340..1edb05f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN pip install wheel cppy # Install dependencies into the virtual environment with Pipenv RUN pipenv install --deploy --verbose 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 \ libvirt-clients \ openssh-client \