mirror of https://github.com/MISP/misp-dashboard
- Added missing dependency "unzip"
parent
67ee53af06
commit
32e29cf9ef
|
@ -3,7 +3,7 @@
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
sudo apt-get install python3-virtualenv virtualenv screen redis-server -y
|
sudo apt-get install python3-virtualenv virtualenv screen redis-server unzip -y
|
||||||
|
|
||||||
if [ -z "$VIRTUAL_ENV" ]; then
|
if [ -z "$VIRTUAL_ENV" ]; then
|
||||||
virtualenv -p python3 DASHENV
|
virtualenv -p python3 DASHENV
|
||||||
|
|
Loading…
Reference in New Issue