faster docker
This commit is contained in:
parent
9a3b6c1e75
commit
acf169edaf
3 changed files with 5 additions and 10 deletions
|
@ -3,7 +3,7 @@ set -e
|
|||
python3 -m venv .env
|
||||
source ./.env/bin/activate
|
||||
pip install -r src/requirements/production.txt -r src/requirements/dev.txt
|
||||
pip install psycopg2 pylibmc
|
||||
pip install psycopg2
|
||||
sudo pacman -Sy librsvg
|
||||
|
||||
./start_db.sh db
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue