mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-15 12:20:21 +01:00
python3 => python
This commit is contained in:
parent
02a8b86168
commit
32a3dbb772
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ FROM python:3.7-slim as builder
|
|||
|
||||
# Setup virtualenv
|
||||
ENV VIRTUAL_ENV=/opt/venv
|
||||
RUN python3 -m venv $VIRTUAL_ENV
|
||||
RUN python -m venv $VIRTUAL_ENV
|
||||
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
||||
|
||||
# Install build deps
|
||||
|
|
Loading…
Add table
Reference in a new issue