From 7fcd4fd5bfd9b361e273c78f1f9d58c1a7af0c93 Mon Sep 17 00:00:00 2001 From: Ville Ranki Date: Mon, 23 Nov 2020 00:19:43 +0200 Subject: [PATCH] Bump base image version, add cups stuff --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a3db65..bf5a64f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ -FROM python:3.7-slim +FROM python:3.8-slim WORKDIR /bot +RUN apt update +RUN apt -y install libcups2-dev python3-dev gcc COPY Pipfile . RUN pip install pipenv && \