Skip to content

Commit 9e83a08

Browse files
committed
Remove duplicate command
1 parent 1fda5c0 commit 9e83a08

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ RUN apt-get update \
1515
&& apt-get -y autoremove \
1616
&& rm -rf /var/lib/apt/lists/* \
1717
&& curl 'https://get.sdkman.io' | bash \
18-
&& rm -rf /var/lib/apt/lists/* \
1918
&& echo "sdkman_auto_answer=true" > "${SDKMAN_DIR}/etc/config" \
2019
&& echo "sdkman_auto_selfupdate=false" >> "${SDKMAN_DIR}/etc/config" \
2120
&& echo "sdkman_insecure_ssl=true" >> "${SDKMAN_DIR}/etc/config" \

0 commit comments

Comments
 (0)