mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 14:16:08 -06:00
add missing requirements (#323)
This commit is contained in:
parent
fec8668199
commit
e0416ceacd
2 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
FROM python:3.7-alpine3.10
|
||||
|
||||
RUN apk add --no-cache supervisor logrotate librsync libressl tzdata nginx \
|
||||
RUN apk add --no-cache supervisor bash logrotate librsync libressl tzdata nginx \
|
||||
&& apk add --no-cache --virtual .fetch-deps \
|
||||
tar \
|
||||
\
|
||||
|
|
|
|||
|
|
@ -54,6 +54,8 @@ EOF
|
|||
cat >>/etc/burp/burp-server.conf<<EOF
|
||||
listen = 0.0.0.0:5971
|
||||
max_children = 5
|
||||
listen_status = 0.0.0.0:4972
|
||||
max_status_children = 10
|
||||
EOF
|
||||
|
||||
# the following file is checked by the burp-ui image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue