Remove a broken symlink in openjdk 11
This commit is contained in:
		
							parent
							
								
									a1b2effee5
								
							
						
					
					
						commit
						b62b5e23eb
					
				| @ -1,9 +1,12 @@ | ||||
| #!/bin/bash | ||||
| 
 | ||||
| apt-get update | ||||
| apt-get install -y openjdk-11-jdk | ||||
| apt-get install -y openjdk-11-jre | ||||
| apt-get install -y netcat | ||||
| 
 | ||||
| #The openjdk has a broken symlink, remove it as a workaround | ||||
| rm /usr/lib/jvm/java-11-openjdk-amd64/lib/security/blacklisted.certs | ||||
| 
 | ||||
| # Redis | ||||
| wget http://download.redis.io/releases/redis-${REDIS_VERSION}.tar.gz && \ | ||||
| tar -zxvf redis-${REDIS_VERSION}.tar.gz | ||||
|  | ||||
| @ -1,4 +1,7 @@ | ||||
| apt-get update | ||||
| apt-get install -y openjdk-11-jdk | ||||
| apt-get install -y openjdk-11-jre | ||||
| #The openjdk has a broken symlink, remove it as a workaround | ||||
| rm /usr/lib/jvm/java-11-openjdk-amd64/lib/security/blacklisted.certs | ||||
| 
 | ||||
| wget https://archive.apache.org/dist/flink/flink-1.10.1/flink-1.10.1-bin-scala_2.11.tgz | ||||
| tar -xvzf flink-1.10.1-bin-scala_2.11.tgz | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user