upgrade demo

This commit is contained in:
ziirish 2018-01-02 10:17:50 +01:00
parent 1dff533c21
commit 79d8162870
No known key found for this signature in database
GPG key ID: 72DB229A64B54E46
8 changed files with 8 additions and 6 deletions

View file

@ -121,7 +121,7 @@ deploy:demo:
- test -d /srv/demo/docker && rm -rf /srv/demo/docker
- cp -r docker/demo/ /srv/demo/docker
- cd /srv/demo/docker/
- docker-compose build
- docker-compose build --pull
- docker-compose stop
- docker-compose rm -f
- docker-compose up -d

View file

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER hi+burpui@ziirish.me
RUN apt-get update \

View file

@ -20,6 +20,7 @@ cd
# Install burp-ui
pip install --upgrade pip
pip install --upgrade setuptools
pip install gevent
pip install "requests[security]"
pip install --upgrade cffi

View file

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER hi+burpui@ziirish.me
RUN apt-get update \

View file

@ -16,6 +16,7 @@ cd
# Install burp-ui
pip install --upgrade pip
pip install --upgrade setuptools
pip install gevent
pip install "requests[security]"
pip install --upgrade cffi

View file

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER hi+burpui@ziirish.me
RUN apt-get update \

View file

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER hi+burpui@ziirish.me
RUN apt-get update \

View file

@ -1,4 +1,4 @@
FROM debian:jessie
FROM debian:stretch
MAINTAINER hi+burpui@ziirish.me
RUN apt-get update \