From 7974361e5be0df714bb8742be59f9dee37fbb39b Mon Sep 17 00:00:00 2001 From: DecDuck Date: Mon, 31 Mar 2025 12:18:14 +1100 Subject: [PATCH] fix: potential fix for timeout: switch to full image from slim --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2c30a7c..2766c7d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # pull pre-configured and updated build environment -FROM debian:testing-20250317-slim AS build-system +FROM debian:testing-20250317 AS build-system # setup workdir RUN mkdir /build