1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/discourse_ynh.git synced 2024-09-03 18:26:18 +02:00

Add g++ dependency

This commit is contained in:
Luke Murphy 2019-07-18 21:26:57 +02:00
parent e49e2f9af1
commit ef17f63069
No known key found for this signature in database
GPG key ID: 5E2EF5A63E3718CC

View file

@ -3,7 +3,7 @@
# Common variables # Common variables
# #
pkg_dependencies="libjemalloc1 libjemalloc-dev zlib1g-dev libreadline-dev libpq-dev libssl-dev libyaml-dev libcurl4-openssl-dev libapr1-dev libxslt1-dev checkinstall libxml2-dev vim imagemagick postgresql postgresql-server-dev-all postgresql-contrib optipng jhead jpegoptim gifsicle brotli" pkg_dependencies="g++ libjemalloc1 libjemalloc-dev zlib1g-dev libreadline-dev libpq-dev libssl-dev libyaml-dev libcurl4-openssl-dev libapr1-dev libxslt1-dev checkinstall libxml2-dev vim imagemagick postgresql postgresql-server-dev-all postgresql-contrib optipng jhead jpegoptim gifsicle brotli"
RUBY_VERSION="2.6.0" RUBY_VERSION="2.6.0"
# Execute a command as another user with login # Execute a command as another user with login