fix(dwg): use Ubuntu base for sidecar (libredwg-tools not in Debian repos)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
AI Assistant
2026-03-09 10:53:04 +02:00
parent 5209fd5dd0
commit 1b27f111a9
+1 -1
View File
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y --no-install-recommends \