ES-853: Merging forward updates from 4.8 to 4.9 (2023-07-13)

This commit is contained in:
Ronan Browne
2023-07-13 15:25:55 +01:00
10 changed files with 28 additions and 9 deletions

View File

@ -1,5 +1,8 @@
FROM azul/zulu-openjdk:8u322
## 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 && \