From 759e728efbb636c53ad8015ae1d61cdf730eb09b Mon Sep 17 00:00:00 2001 From: TheJoKlLa Date: Mon, 23 May 2022 19:15:37 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index fc442c3..5c72af9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,7 @@ FROM python:3.10.4-bullseye WORKDIR /app COPY requirements.txt requirements.txt RUN apt-get update -y +RUN apt-get upgrade -y RUN apt-get install -y cmake capnproto clang gcc build-essential RUN pip3 install -r requirements.txt COPY . .