mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-19 12:01:12 +02:00
python3 => python
This commit is contained in:
@@ -3,7 +3,7 @@ FROM python:3.7-slim as builder
|
|||||||
|
|
||||||
# Setup virtualenv
|
# Setup virtualenv
|
||||||
ENV VIRTUAL_ENV=/opt/venv
|
ENV VIRTUAL_ENV=/opt/venv
|
||||||
RUN python3 -m venv $VIRTUAL_ENV
|
RUN python -m venv $VIRTUAL_ENV
|
||||||
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
ENV PATH="$VIRTUAL_ENV/bin:$PATH"
|
||||||
|
|
||||||
# Install build deps
|
# Install build deps
|
||||||
|
Reference in New Issue
Block a user