kopia lustrzana https://github.com/meshtastic/firmware
				
				
				
			Update Dockerfile to remove sticky bit during build (#3567)
* Update Dockerfile to remove sticky bit during build * no sudo?pull/3568/head
							rodzic
							
								
									33842b67e8
								
							
						
					
					
						commit
						40a7fd145a
					
				| 
						 | 
				
			
			@ -27,7 +27,7 @@ RUN python3 -m venv /tmp/firmware
 | 
			
		|||
RUN source ./bin/activate && pip3 install --no-cache-dir -U platformio==6.1.14
 | 
			
		||||
 | 
			
		||||
COPY . /tmp/firmware
 | 
			
		||||
RUN source ./bin/activate && chmod +x /tmp/firmware/bin/build-native.sh && ./bin/build-native.sh
 | 
			
		||||
RUN source ./bin/activate && chmod -t /tmp/firmware -R && chmod +x /tmp/firmware/bin/build-native.sh && ./bin/build-native.sh
 | 
			
		||||
RUN cp "/tmp/firmware/release/meshtasticd_linux_$(uname -m)" "/tmp/firmware/release/meshtasticd"
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Ładowanie…
	
		Reference in New Issue