chore(ci): drop redundant apt install from Dockerfile.desktop-linux #101
Loading…
Reference in a new issue
No description provided.
Delete branch "chore/desktop-linux-dockerfile-dedupe"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The base image
ghcr.io/niceguyit/rust-builder-glibc:v1.0.0-rust1.94-trixiealready installspkg-config,libgtk-3-dev,libwebkit2gtk-4.1-dev,libsoup-3.0-dev, andlibssl-dev(seeniceguyit/oci-images/rust-builder-glibc/Dockerfile). Reinstalling them here just slows the build, churns the apt layer cache, and risks drifting versions away from the base image when the base updates. Drop the redundantapt-get installblock entirely.Test plan
docker buildx build -f ci-build/Dockerfile.desktop-linux .succeeds end-to-end without the apt block (Wry+Tao link against the libraries the base image already provides).lets-chat-desktopbinary as the artifact.