mirror of
https://github.com/smittix/intercept.git
synced 2026-07-25 09:18:10 -07:00
Explicitly remove libgtk-3-dev in Dockerfile cleanup step
Adds libgtk-3-dev to the apt-get remove list so it doesn't remain in the final image. Runtime GTK libs stay for slowrx. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+2
-4
@@ -199,10 +199,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
&& ldconfig \
|
&& ldconfig \
|
||||||
&& rm -rf /tmp/dsd-fme \
|
&& rm -rf /tmp/dsd-fme \
|
||||||
# Cleanup build tools to reduce image size
|
# Cleanup build tools to reduce image size
|
||||||
# Note: libgtk-3-dev is removed here but runtime GTK libs (from first stage)
|
# libgtk-3-dev is explicitly removed; runtime GTK libs remain for slowrx
|
||||||
# remain for slowrx. This adds ~10MB to the image but is required for slowrx
|
|
||||||
# to function. Consider removing slowrx build entirely if moving fully to
|
|
||||||
# the pure Python SSTV decoder.
|
|
||||||
&& apt-get remove -y \
|
&& apt-get remove -y \
|
||||||
build-essential \
|
build-essential \
|
||||||
git \
|
git \
|
||||||
@@ -210,6 +207,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|||||||
cmake \
|
cmake \
|
||||||
libncurses-dev \
|
libncurses-dev \
|
||||||
libsndfile1-dev \
|
libsndfile1-dev \
|
||||||
|
libgtk-3-dev \
|
||||||
libasound2-dev \
|
libasound2-dev \
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
libtiff-dev \
|
libtiff-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user