Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add extra needed apt dependencies to best practices playbook.
  • Loading branch information
dometto authored Apr 16, 2024
1 parent 06abf7d commit 6ecc014
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,18 @@ Install Galaxy as per the current production server best practices:
pre_tasks:
- name: Install Dependencies
apt:
name: ['git', 'python-psycopg2', 'python-virtualenv']
name:
- sudo
- git
- make
- python3-venv
- python3-setuptools
- python3-dev
- python3-psycopg2
- gcc
- acl
- gnutls-bin
- libmagic-dev
become: yes
roles:
# Install with:
Expand Down

0 comments on commit 6ecc014

Please sign in to comment.