Remove apache packages from install instructions and vagrant provisioning
These are unnecessary for development environments, and are not used in the Fedora instructions nor in the Dockerfile.
This commit is contained in:
parent
bfda3f439f
commit
f4651f68e2
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ These can be installed on Ubuntu 20.04 or later with:
|
|||
sudo apt-get update
|
||||
sudo apt-get install ruby2.7 libruby2.7 ruby2.7-dev \
|
||||
libvips-dev libxml2-dev libxslt1-dev nodejs \
|
||||
apache2 apache2-dev build-essential git-core firefox-geckodriver \
|
||||
build-essential git-core firefox-geckodriver \
|
||||
postgresql postgresql-contrib libpq-dev libsasl2-dev \
|
||||
libffi-dev libgd-dev libarchive-dev libbz2-dev yarnpkg
|
||||
sudo gem2.7 install bundler
|
||||
|
|
|
@ -18,7 +18,7 @@ apt-get upgrade -y
|
|||
# install packages as explained in INSTALL.md
|
||||
apt-get install -y ruby2.7 libruby2.7 ruby2.7-dev \
|
||||
libxml2-dev libxslt1-dev nodejs yarnpkg \
|
||||
apache2 apache2-dev build-essential git-core firefox-geckodriver \
|
||||
build-essential git-core firefox-geckodriver \
|
||||
postgresql postgresql-contrib libpq-dev libvips-dev \
|
||||
libsasl2-dev libffi-dev libgd-dev libarchive-dev libbz2-dev
|
||||
gem2.7 install rake
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue