Skip to content

Commit

Permalink
Use the correct value for $PIP_NO_CACHE_DIR in v13
Browse files Browse the repository at this point in the history
  • Loading branch information
Jairo Llopis committed May 27, 2020
1 parent 1f47767 commit fc39cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 13.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV DB_FILTER=.* \
NODE_PATH=/usr/local/lib/node_modules:/usr/lib/node_modules \
OPENERP_SERVER=/opt/odoo/auto/odoo.conf \
PATH="/home/odoo/.local/bin:$PATH" \
PIP_NO_CACHE_DIR=1 \
PIP_NO_CACHE_DIR=0 \
PTVSD_ARGS="--host 0.0.0.0 --port 6899 --wait --multiprocess" \
PTVSD_ENABLE=0 \
PUDB_RDB_HOST=0.0.0.0 \
Expand Down

0 comments on commit fc39cb7

Please sign in to comment.