From 424b01a2308be9c3e20c10d1bd4914ebf737ae15 Mon Sep 17 00:00:00 2001 From: soup-bowl Date: Wed, 1 Apr 2026 22:40:55 +0100 Subject: [PATCH] Cleaner source build. --- build/latest/Dockerfile.source | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/latest/Dockerfile.source b/build/latest/Dockerfile.source index 6a4fdb4..0be71ea 100644 --- a/build/latest/Dockerfile.source +++ b/build/latest/Dockerfile.source @@ -10,6 +10,8 @@ WORKDIR /app RUN rm -rf .git && \ ./runprebuild.sh && \ ./compile.sh && \ + find . -name "*.pdb" -delete && \ + rm -r *prebuild* compile.sh ThirdParty TESTING.txt Prebuild OpenSim* Makefile BUILDING.md && \ rm bin/config-include/storage/SQLiteStandalone.ini COPY defaults bin/defaults @@ -23,7 +25,7 @@ LABEL \ # hadolint ignore=DL3008 RUN apt-get update && \ - apt-get install --no-install-recommends -y apt-utils libc6-dev libgdiplus libsqlite3-dev uuid-runtime && \ + apt-get install --no-install-recommends -y libc6-dev libgdiplus libsqlite3-dev uuid-runtime && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*