mirror of
				https://github.com/bensuperpc/dockcross.git
				synced 2025-10-31 08:06:23 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			470 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			470 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| RUN cd /opt && \
 | |
|   wget --progress=bar:force "http://smarden.org/runit/runit-2.1.2.tar.gz" && \
 | |
|   tar xvzf runit-2.1.2.tar.gz && \
 | |
|   cd admin/runit-2.1.2 && \
 | |
|   ./package/install
 | |
| 
 | |
| COPY manylinux-common/install-python-packages.sh /usr/local/bin
 | |
| RUN /usr/local/bin/install-python-packages.sh
 | |
| 
 | |
| COPY manylinux-common/pre_exec.sh /dockcross/pre_exec.sh
 | |
| 
 | |
| RUN yum -y install sudo && \
 | |
|   sed -i 's/Defaults    requiretty/#Defaults    requiretty/' /etc/sudoers && \
 | |
|   visudo -c
 | |
| 
 | 
