mirror of
				https://github.com/ohwgiles/laminar.git
				synced 2025-06-13 12:54:29 +00:00 
			
		
		
		
	docker scripts: fix OS version numbers
This commit is contained in:
		
							parent
							
								
									806947ca2f
								
							
						
					
					
						commit
						40ecc2a132
					
				| @ -6,7 +6,7 @@ SOURCE_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]})) | ||||
| 
 | ||||
| VERSION=$(cd "$SOURCE_DIR" && git describe --tags --abbrev=8 --dirty) | ||||
| 
 | ||||
| docker run --rm -i -v $SOURCE_DIR:/root/rpmbuild/SOURCES/laminar-$VERSION:ro -v $OUTPUT_DIR:/output centos bash -xe <<EOS | ||||
| docker run --rm -i -v $SOURCE_DIR:/root/rpmbuild/SOURCES/laminar-$VERSION:ro -v $OUTPUT_DIR:/output centos:7 bash -xe <<EOS | ||||
| 
 | ||||
| yum -y install epel-release | ||||
| yum -y install rpm-build cmake3 make gcc gcc-c++ wget sqlite-devel boost-devel zlib-devel | ||||
|  | ||||
| @ -6,7 +6,7 @@ SOURCE_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]})) | ||||
| 
 | ||||
| VERSION=$(cd "$SOURCE_DIR" && git describe --tags --abbrev=8 --dirty) | ||||
| 
 | ||||
| docker run --rm -i -v $SOURCE_DIR:/laminar:ro -v $OUTPUT_DIR:/output debian:stable bash -xe <<EOS | ||||
| docker run --rm -i -v $SOURCE_DIR:/laminar:ro -v $OUTPUT_DIR:/output debian:9-slim bash -xe <<EOS | ||||
| 
 | ||||
| apt-get update | ||||
| apt-get install -y wget cmake g++ libsqlite3-dev libboost-filesystem1.62-dev zlib1g-dev | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user