update
This commit is contained in:
		@@ -30,8 +30,10 @@ RUN git checkout ${FREQTRADE_BRANCH}
 | 
			
		||||
 | 
			
		||||
# Install Ta-lib
 | 
			
		||||
RUN chmod +x ./build_helpers/install_ta-lib.sh
 | 
			
		||||
RUN ./build_helpers/install_ta-lib.sh
 | 
			
		||||
WORKDIR /freq/build_helpers
 | 
			
		||||
RUN ./install_ta-lib.sh
 | 
			
		||||
 | 
			
		||||
WORKDIR /freq
 | 
			
		||||
RUN python3 -m venv .venv
 | 
			
		||||
RUN source /freq/.venv/bin/activate
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user