Skip to content

Remove software-properties-common from Docker tutorial#1500

Open
chigicherlachinmaya-arch wants to merge 1 commit into
streamlit:mainfrom
chigicherlachinmaya-arch:patch-1
Open

Remove software-properties-common from Docker tutorial#1500
chigicherlachinmaya-arch wants to merge 1 commit into
streamlit:mainfrom
chigicherlachinmaya-arch:patch-1

Conversation

@chigicherlachinmaya-arch

Copy link
Copy Markdown

Fixes #1493. This package is unavailable on python:3.12-slim (Debian 13/Trixie) and is not needed for the tutorial.

📚 Context

The python:3.12-slim base image is now based on Debian 13 (Trixie), where software-properties-common is no longer available as a package. Following the current Docker tutorial as-written causes the build to fail with an "Unable to locate package" error.

🧠 Description of Changes

Removed software-properties-common \ from both Dockerfile code blocks in content/deploy/tutorials/docker.md (the main example, and the walkthrough step 3 example). This package was not used anywhere else in the tutorial, so removing it does not affect functionality.

💥 Impact

Size:

  • Small
  • Not small

Contribution License Agreement
By submitting this pull request you agree that all contributions to this project are made under the Apache 2.0 license.

Fixes streamlit#1493. This package is unavailable on python:3.12-slim (Debian 13/Trixie) and is not needed for the tutorial.
@chigicherlachinmaya-arch
chigicherlachinmaya-arch requested a review from a team as a code owner July 18, 2026 11:35
@netlify

netlify Bot commented Jul 18, 2026

Copy link
Copy Markdown

Deploy Preview for streamlit-docs ready!

Name Link
🔨 Latest commit 1a02a97
🔍 Latest deploy log https://app.netlify.com/projects/streamlit-docs/deploys/6a5b64fdefe1790008fc25ef
😎 Deploy Preview https://deploy-preview-1500--streamlit-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix Docker tutorial for latest python:3.12-slim base image

1 participant