ES-839: Merging forward updates from release/os/4.9 to release/os/4.10 (2023-07-18)

This commit is contained in:
Waldemar Zurowski 2023-07-18 08:49:20 +01:00
commit fa10eb39c2

View File

@ -1,7 +1,7 @@
FROM azul/zulu-openjdk:8u352 FROM azul/zulu-openjdk:8u352
## Remove Azul Zulu repo, as it is gone by now ## Remove Azul Zulu repo, as it is gone by now
RUN rm /etc/apt/sources.list.d/zulu.list RUN rm -rf /etc/apt/sources.list.d/zulu.list
## Add packages, clean cache, create dirs, create corda user and change ownership ## Add packages, clean cache, create dirs, create corda user and change ownership
RUN apt-get update && \ RUN apt-get update && \