mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
update geoip map to latest release
update nginx to include brotli and gzip compression improve load performance
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM alpine:3.16
|
||||
FROM alpine:3.17
|
||||
#
|
||||
# Include dist
|
||||
COPY dist/ /root/dist/
|
||||
@ -6,6 +6,7 @@ COPY dist/ /root/dist/
|
||||
# Get and install dependencies & packages
|
||||
RUN apk -U --no-cache add \
|
||||
nginx \
|
||||
nginx-mod-http-brotli \
|
||||
nginx-mod-http-headers-more && \
|
||||
#
|
||||
## Setup T-Pot Landing Page, Eleasticvue, Cyberchef
|
||||
|
Reference in New Issue
Block a user