fix
This commit is contained in:
@ -49,7 +49,9 @@ RUN apk add --no-cache \
|
||||
zstd-dev \
|
||||
curl-dev \
|
||||
boost-dev \
|
||||
re2-dev
|
||||
re2-dev \
|
||||
llvm-dev \
|
||||
libffi-dev
|
||||
|
||||
# Clone the Apache Arrow source code
|
||||
RUN git clone https://github.com/apache/arrow.git /arrow
|
||||
@ -100,9 +102,6 @@ RUN python3 -m pip install -r requirements.txt
|
||||
# install freqtrade
|
||||
RUN python3 -m pip install -e .
|
||||
|
||||
# Activate the virtual environment (implicitly handled in entrypoint or CMD)
|
||||
RUN echo "source /freqtrade/.venv/bin/activate" >> ~/.bashrc
|
||||
|
||||
RUN chmod +x /etc/s6-overlay/s6-rc.d/fqmbotnfix5/*
|
||||
|
||||
# Labels
|
||||
|
Reference in New Issue
Block a user