mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
Fix dependencies installation on Vagrant
This commit is contained in:
parent
6925c21d2b
commit
7887553666
1 changed files with 22 additions and 1 deletions
|
@ -4,7 +4,28 @@ DEBIAN_FRONTEND=noninteractive
|
|||
|
||||
. /vagrant/vagrant/redis.sh
|
||||
|
||||
apt-get install -y git curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev libffi-dev libpq-dev libmagickwand-dev imagemagick libmagickwand-dev libmagic-dev file clamav-daemon
|
||||
apt-get install -y \
|
||||
build-essential \
|
||||
clamav-daemon \
|
||||
curl \
|
||||
file \
|
||||
git \
|
||||
imagemagick \
|
||||
libcurl4-openssl-dev \
|
||||
libffi-dev \
|
||||
libimlib2-dev \
|
||||
libmagic-dev \
|
||||
libmagickwand-dev \
|
||||
libpq-dev \
|
||||
libreadline-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
libwebp-dev \
|
||||
libxml2-dev \
|
||||
libxslt1-dev \
|
||||
libyaml-dev \
|
||||
sqlite3 \
|
||||
zlib1g-dev
|
||||
|
||||
sed -i 's|[#]*DetectPUA false|DetectPUA true|g' /etc/clamav/clamd.conf
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue