mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -6,7 +6,10 @@ ADD dist/ /root/dist/
|
||||
|
||||
# Get and install dependencies & packages
|
||||
RUN apk -U upgrade && \
|
||||
apk add bash nginx nginx-mod-http-headers-more procps && \
|
||||
apk add bash \
|
||||
nginx \
|
||||
nginx-mod-http-headers-more \
|
||||
procps && \
|
||||
|
||||
# Setup configs
|
||||
mkdir -p /run/nginx && \
|
||||
|
Reference in New Issue
Block a user