7 lines
197 B
Docker
7 lines
197 B
Docker
FROM crowdsecurity/crowdsec:latest
|
|
|
|
#COPY config/ /etc/crowdsec
|
|
# Install required components at build time
|
|
#RUN cscli hub update && \
|
|
# cscli collections install crowdsecurity/traefik --force
|