Merge pull request #526 from korrosivesec/patch-1

Add libcaca-dev to apt packages required
pull/528/head
Alexandre Dulaunoy 2021-10-21 22:29:54 +02:00 committed by GitHub
commit e802679f25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ sudo apt-get install -y \
zbar-tools \
libzbar0 \
libzbar-dev \
libfuzzy-dev
libfuzzy-dev \
libcaca-dev
# BEGIN with virtualenv:
$SUDO_WWW virtualenv -p python3 /var/www/MISP/venv