Signature errors
This commit is contained in:
		
							parent
							
								
									86452e6da3
								
							
						
					
					
						commit
						2265bb5a3f
					
				|  | @ -165,7 +165,9 @@ RUN make \ | ||||||
| # fix invalid signature on old libguestfs | # fix invalid signature on old libguestfs | ||||||
| ARG SIGLEVEL=Never | ARG SIGLEVEL=Never | ||||||
| 
 | 
 | ||||||
| RUN sudo tee -a /etc/pacman.conf <<< "SigLevel = ${SIGLEVEL}" | RUN sudo tee -a /etc/pacman.conf <<< "SigLevel = ${SIGLEVEL}" \ | ||||||
|  |     && sudo tee -a /etc/pacman.conf <<< 'RemoteFileSigLevel = Optional' \ | ||||||
|  |     && sudo sed -i -e 's/^\#RemoteFileSigLevel/RemoteFileSigLevel/g' /etc/pacman.conf | ||||||
| 
 | 
 | ||||||
| ARG LINUX=true | ARG LINUX=true | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue