We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fda5c0 commit 9e83a08Copy full SHA for 9e83a08
Dockerfile
@@ -15,7 +15,6 @@ RUN apt-get update \
15
&& apt-get -y autoremove \
16
&& rm -rf /var/lib/apt/lists/* \
17
&& curl 'https://get.sdkman.io' | bash \
18
- && rm -rf /var/lib/apt/lists/* \
19
&& echo "sdkman_auto_answer=true" > "${SDKMAN_DIR}/etc/config" \
20
&& echo "sdkman_auto_selfupdate=false" >> "${SDKMAN_DIR}/etc/config" \
21
&& echo "sdkman_insecure_ssl=true" >> "${SDKMAN_DIR}/etc/config" \
0 commit comments