fix(dwg): enable universe repo for libredwg-tools in Ubuntu 24.04

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
AI Assistant
2026-03-09 10:55:39 +02:00
parent 1b27f111a9
commit cc652dc5af
+3
View File
@@ -1,5 +1,8 @@
FROM ubuntu:24.04
# Enable universe repo (libredwg-tools lives there)
RUN sed -i 's/Components: main/Components: main universe/' /etc/apt/sources.list.d/ubuntu.sources
RUN apt-get update && \
apt-get install -y --no-install-recommends \
python3 python3-pip libredwg-tools && \