From 6e803739799b80f533583355ff8aae4356b85d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Wed, 15 Nov 2023 14:09:11 +0100 Subject: [PATCH] use non-slim python image (hiredis compilation) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1dac049..84ccc4d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ############ ARG NODE_VERSION=lts -ARG PYTHON_VERSION=3.12-slim +ARG PYTHON_VERSION=3.12 FROM node:${NODE_VERSION} AS build-ui # env setup