From 3fc4e12086bddfd101a1775369d4f3064df24903 Mon Sep 17 00:00:00 2001 From: Victor Miti Date: Mon, 19 Sep 2022 23:34:04 +0200 Subject: [PATCH] feat: use slim-bullseye instead of bullseye --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5594e97..1743e89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM python:3.10-bullseye +FROM python:3.10-slim-bullseye LABEL maintainer="victormiti@umusebo.com" -LABEL description="Python 3.10-bullseye plus texlive and pandoc" +LABEL description="Python 3.10-slim-bullseye plus texlive and pandoc" RUN set -eux; \ apt-get update; \