add missing requirements (#323)

This commit is contained in:
ziirish 2019-11-11 23:24:04 +01:00
parent fec8668199
commit e0416ceacd
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46
2 changed files with 3 additions and 1 deletions

View file

@ -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 \
\

View file

@ -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