mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Main git repo, on master. Will fail till PR is merged
This commit is contained in:
		
							parent
							
								
									d81c016052
								
							
						
					
					
						commit
						d316c185b3
					
				| 
						 | 
					@ -30,11 +30,11 @@ RUN apk --no-cache add git \
 | 
				
			||||||
				   	   bash \
 | 
									   	   bash \
 | 
				
			||||||
					   sudo	
 | 
										   sudo	
 | 
				
			||||||
					   
 | 
										   
 | 
				
			||||||
RUN git clone https://github.com/wiredfool/Pillow.git /Pillow
 | 
					RUN git clone https://github.com/python-pillow/Pillow.git /Pillow
 | 
				
			||||||
RUN pip install virtualenv && virtualenv /vpy && source /vpy/bin/activate && pip install nose
 | 
					RUN pip install virtualenv && virtualenv /vpy && source /vpy/bin/activate && pip install nose
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN echo "#!/bin/bash" >> /test && \
 | 
					RUN echo "#!/bin/bash" >> /test && \
 | 
				
			||||||
    echo "source /vpy/bin/activate && cd /Pillow && git checkout alpine-setup " >> test && \
 | 
					    echo "source /vpy/bin/activate && cd /Pillow " >> test && \
 | 
				
			||||||
	echo "pushd depends && ./install_webp.sh && popd" >> test && \
 | 
						echo "pushd depends && ./install_webp.sh && popd" >> test && \
 | 
				
			||||||
	echo "LIBRARY_PATH=/lib:/usr/lib make install && make test" >> test
 | 
						echo "LIBRARY_PATH=/lib:/usr/lib make install && make test" >> test
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user