ES-853: Merging forward updates from 4.10 to 4.11 (2023-07-17)

This commit is contained in:
Ronan Browne
2023-07-17 14:35:59 +01:00
10 changed files with 28 additions and 9 deletions

View File

@ -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 && \