From 5e7a50bd30ce33c8fa5fe4ed5b7f3f4bbdc0d659 Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Mon, 23 May 2022 18:23:37 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88f7955..d63b7a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.10.4-slim-bullseye WORKDIR /app COPY requirements.txt requirements.txt RUN apt-get update -y -RUN apt-get install cmake capnproto +RUN apt-get install -y cmake capnproto RUN pip3 install -r requirements.txt COPY . . VOLUME /app/config