diff --git a/Dockerfile b/Dockerfile index 732b3e1..303eaeb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM python:3.10-slim +FROM python:3.11-slim # Install system dependencies -RUN apt-get update +RUN apt-get -y update RUN apt-get install -y \ pandoc\