From 1b27f111a905f646c1f10223486810a5925c906a Mon Sep 17 00:00:00 2001 From: AI Assistant Date: Mon, 9 Mar 2026 10:53:04 +0200 Subject: [PATCH] fix(dwg): use Ubuntu base for sidecar (libredwg-tools not in Debian repos) Co-Authored-By: Claude Opus 4.6 --- dwg2dxf-api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwg2dxf-api/Dockerfile b/dwg2dxf-api/Dockerfile index 56a73c6..6a7c913 100644 --- a/dwg2dxf-api/Dockerfile +++ b/dwg2dxf-api/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:bookworm-slim +FROM ubuntu:24.04 RUN apt-get update && \ apt-get install -y --no-install-recommends \