Skip to content

Commit d7827ad

Browse files
committed
Update tools-deps Dockerfiles to keep curl on ubuntu
1 parent 2fb8c04 commit d7827ad

File tree

8 files changed

+8
-16
lines changed

8 files changed

+8
-16
lines changed

target/eclipse-temurin-11-jdk-focal/tools-deps/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-in
1414
chmod +x linux-install-$CLOJURE_VERSION.sh && \
1515
./linux-install-$CLOJURE_VERSION.sh && \
1616
rm linux-install-$CLOJURE_VERSION.sh && \
17-
clojure -e "(clojure-version)" && \
18-
apt-get purge -y --auto-remove curl
17+
clojure -e "(clojure-version)"
1918

2019
# Docker bug makes rlwrap crash w/o short sleep first
2120
# Bug: https://github.com/moby/moby/issues/28009

target/eclipse-temurin-11-jdk-jammy/tools-deps/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-in
1414
chmod +x linux-install-$CLOJURE_VERSION.sh && \
1515
./linux-install-$CLOJURE_VERSION.sh && \
1616
rm linux-install-$CLOJURE_VERSION.sh && \
17-
clojure -e "(clojure-version)" && \
18-
apt-get purge -y --auto-remove curl
17+
clojure -e "(clojure-version)"
1918

2019
# Docker bug makes rlwrap crash w/o short sleep first
2120
# Bug: https://github.com/moby/moby/issues/28009

target/eclipse-temurin-17-jdk-focal/tools-deps/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-in
1414
chmod +x linux-install-$CLOJURE_VERSION.sh && \
1515
./linux-install-$CLOJURE_VERSION.sh && \
1616
rm linux-install-$CLOJURE_VERSION.sh && \
17-
clojure -e "(clojure-version)" && \
18-
apt-get purge -y --auto-remove curl
17+
clojure -e "(clojure-version)"
1918

2019
# Docker bug makes rlwrap crash w/o short sleep first
2120
# Bug: https://github.com/moby/moby/issues/28009

target/eclipse-temurin-17-jdk-jammy/tools-deps/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-in
1414
chmod +x linux-install-$CLOJURE_VERSION.sh && \
1515
./linux-install-$CLOJURE_VERSION.sh && \
1616
rm linux-install-$CLOJURE_VERSION.sh && \
17-
clojure -e "(clojure-version)" && \
18-
apt-get purge -y --auto-remove curl
17+
clojure -e "(clojure-version)"
1918

2019
# Docker bug makes rlwrap crash w/o short sleep first
2120
# Bug: https://github.com/moby/moby/issues/28009

target/eclipse-temurin-21-jdk-jammy/tools-deps/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-in
1414
chmod +x linux-install-$CLOJURE_VERSION.sh && \
1515
./linux-install-$CLOJURE_VERSION.sh && \
1616
rm linux-install-$CLOJURE_VERSION.sh && \
17-
clojure -e "(clojure-version)" && \
18-
apt-get purge -y --auto-remove curl
17+
clojure -e "(clojure-version)"
1918

2019
# Docker bug makes rlwrap crash w/o short sleep first
2120
# Bug: https://github.com/moby/moby/issues/28009

target/eclipse-temurin-22-jdk-jammy/tools-deps/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-in
1414
chmod +x linux-install-$CLOJURE_VERSION.sh && \
1515
./linux-install-$CLOJURE_VERSION.sh && \
1616
rm linux-install-$CLOJURE_VERSION.sh && \
17-
clojure -e "(clojure-version)" && \
18-
apt-get purge -y --auto-remove curl
17+
clojure -e "(clojure-version)"
1918

2019
# Docker bug makes rlwrap crash w/o short sleep first
2120
# Bug: https://github.com/moby/moby/issues/28009

target/eclipse-temurin-8-jdk-focal/tools-deps/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-in
1414
chmod +x linux-install-$CLOJURE_VERSION.sh && \
1515
./linux-install-$CLOJURE_VERSION.sh && \
1616
rm linux-install-$CLOJURE_VERSION.sh && \
17-
clojure -e "(clojure-version)" && \
18-
apt-get purge -y --auto-remove curl
17+
clojure -e "(clojure-version)"
1918

2019
# Docker bug makes rlwrap crash w/o short sleep first
2120
# Bug: https://github.com/moby/moby/issues/28009

target/eclipse-temurin-8-jdk-jammy/tools-deps/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-in
1414
chmod +x linux-install-$CLOJURE_VERSION.sh && \
1515
./linux-install-$CLOJURE_VERSION.sh && \
1616
rm linux-install-$CLOJURE_VERSION.sh && \
17-
clojure -e "(clojure-version)" && \
18-
apt-get purge -y --auto-remove curl
17+
clojure -e "(clojure-version)"
1918

2019
# Docker bug makes rlwrap crash w/o short sleep first
2120
# Bug: https://github.com/moby/moby/issues/28009

0 commit comments

Comments
 (0)