Skip to content

Commit 2291a23

Browse files
authored
docker: pre-download hub items (debian image) (#2934)
1 parent 0e8a1c6 commit 2291a23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.debian

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ RUN make clean release DOCKER_BUILD=1 BUILD_STATIC=1 && \
3030
./wizard.sh --docker-mode && \
3131
cd - >/dev/null && \
3232
cscli hub update && \
33+
./docker/preload-hub-items && \
3334
cscli collections install crowdsecurity/linux && \
3435
cscli parsers install crowdsecurity/whitelists
3536

0 commit comments

Comments
 (0)