Fix devcontainer setup
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
0cd892059b
commit
51ec25ac46
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@ ENV PYTHONUNBUFFERED=1 \
|
|||
PIP_NO_CACHE_DIR=off \
|
||||
PIP_DISABLE_PIP_VERSION_CHECK=on \
|
||||
PIP_DEFAULT_TIMEOUT=100 \
|
||||
POETRY_HOME="/opt/poetry" \
|
||||
POETRY_VIRTUALENVS_CREATE=false
|
||||
POETRY_HOME="/opt/poetry"
|
||||
|
||||
# prepend poetry and venv to path
|
||||
ENV PATH="$POETRY_HOME/bin:$PATH"
|
||||
|
|
Loading…
Reference in a new issue