add apt upgrade to Dockerfile
Some checks failed
trivy-scan-image / trivy_image_scan (push) Failing after 30s
Some checks failed
trivy-scan-image / trivy_image_scan (push) Failing after 30s
This commit is contained in:
@@ -12,6 +12,7 @@ RUN apt-get update && \
|
||||
if [ "$TARGETPLATFORM" = "linux/arm/v7" ] || [ "$TARGETPLATFORM" = "linux/386" ]; then \
|
||||
apt-get install -y --no-install-recommends zlib1g-dev libjpeg-dev gcc; \
|
||||
fi && \
|
||||
apt-get upgrade -y &&\
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user