Im setting up a paperMc minecraft server with docker to deploy it to google cloud, and I need Java 17 to use it, but I experience problems while installing java 17 with this line:RUN apt install -y -V --fix-missing openjdk-17-jdk
And the output is a non-zero code with:
232.4 - SHA512:a075e349a1f3116359ceacca206e0ce835ddc2a9b636cd2a04d3b25b4135c23f96eddc7c8e7fde1845ad6f3470f3d57619ccd6c3596320dd88cf761f497a726d232.4 - SHA256:e12be9099ba09186f555ebcf7c6ff2d2c669bca721d567c96e9ef4b00b1518c8232.4 - SHA1:3478b28359e714f7197b498d3038872d7ea7b101 [weak]232.4 - MD5Sum:8938f571213aaa9f7630730176613aba [weak]232.4 - Filesize:90622 [weak]232.4 Last modification reported: Fri, 25 Mar 2022 11:38:14 +0000232.4 E: Aborting install.
Can someone help me fix this problem?
I tried putting every tag that ubuntu told me to put on exit codes like 1 and 100 and still they dont work. I need a simple solution please.