mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 06:45:08 +00:00
feat(Dockerfile): add curl package to docker image (#2812)
This commit is contained in:
@@ -3,7 +3,7 @@ FROM python:3.9-alpine
|
|||||||
LABEL maintainer="https://github.com/prowler-cloud/prowler"
|
LABEL maintainer="https://github.com/prowler-cloud/prowler"
|
||||||
|
|
||||||
# Update system dependencies
|
# Update system dependencies
|
||||||
RUN apk --no-cache upgrade
|
RUN apk --no-cache upgrade && apk --no-cache add curl=8.2.1-r0
|
||||||
|
|
||||||
# Create nonroot user
|
# Create nonroot user
|
||||||
RUN mkdir -p /home/prowler && \
|
RUN mkdir -p /home/prowler && \
|
||||||
|
|||||||
Reference in New Issue
Block a user