mirror of
https://github.com/corda/corda.git
synced 2025-06-18 15:18:16 +00:00
ES-853: Merging forward updates from 4.10 to 4.11 (2023-07-17)
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
FROM azul/zulu-openjdk:8u352
|
||||
|
||||
## Remove Azul Zulu repo, as it is gone by now
|
||||
RUN rm /etc/apt/sources.list.d/zulu.list
|
||||
|
||||
## Add packages, clean cache, create dirs, create corda user and change ownership
|
||||
RUN apt-get update && \
|
||||
apt-mark hold zulu8-jdk && \
|
||||
|
Reference in New Issue
Block a user