rust-lang / rust-lang/docker-rust
non-slim Debian image does not clean up apt
Open
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 537
- Forks
- 111
- Avg merge
- 1d 38m
- Merged PRs (30d)
- 4
Description
I just noticed that the non-slim image of Debian does not contain these two lines at the end, is this intentional?
apt-get remove -y --auto-remove \
wget \
; \
rm -rf /var/lib/apt/lists/*;
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Compare the non-slim Debian image definition with the slim image's cleanup commands, then build the affected image and verify that the requested apt cleanup is present and the image builds successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- debian, docker, dockerfile
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100