Missing Zypper Clean
- Query id: 38300d1a-feb2-4a48-936a-d1ef1cd24313
- Query name: Missing Zypper Clean
- Platform: Dockerfile
- Severity: Medium
- Category: Supply-Chain
- URL: Github
Description¶
Reduce layer and image size by deleting unneeded caches after running zypper
Documentation
Code samples¶
Code samples with security vulnerabilities¶
Postitive test num. 1 - dockerfile file
FROM busybox:1.0
RUN zypper install
HEALTHCHECK CMD curl --fail http://localhost:3000 || exit 1