mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
Remove additional apk update in Dockerfile (#1617)
This commit is contained in:
@@ -3,7 +3,7 @@ FROM python:3.9-alpine
|
||||
LABEL maintainer="https://github.com/prowler-cloud/prowler"
|
||||
|
||||
# Update system dependencies
|
||||
RUN apk --no-cache update && apk --no-cache upgrade
|
||||
RUN apk --no-cache upgrade
|
||||
|
||||
# Create nonroot user
|
||||
RUN mkdir -p /home/prowler && \
|
||||
|
||||
Reference in New Issue
Block a user