mirror of
https://github.com/openappsec/openappsec.git
synced 2025-09-27 18:28:47 +03:00
fix ca loading for alpine
This commit is contained in:
parent
d1418516eb
commit
9cfee35e98
@ -13,8 +13,10 @@ RUN apk add --no-cache libunwind
|
|||||||
RUN apk add --no-cache gdb
|
RUN apk add --no-cache gdb
|
||||||
RUN apk add --no-cache libxml2
|
RUN apk add --no-cache libxml2
|
||||||
RUN apk add --no-cache pcre2
|
RUN apk add --no-cache pcre2
|
||||||
|
RUN apk add --no-cache ca-certificates
|
||||||
RUN apk add --update coreutils
|
RUN apk add --update coreutils
|
||||||
|
|
||||||
|
|
||||||
COPY self_managed_openappsec_manifest.json /tmp/self_managed_openappsec_manifest.json
|
COPY self_managed_openappsec_manifest.json /tmp/self_managed_openappsec_manifest.json
|
||||||
|
|
||||||
COPY install*.sh /nano-service-installers/
|
COPY install*.sh /nano-service-installers/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user