diff --git a/target/debian-bookworm-11/tools-deps/Dockerfile b/target/debian-bookworm-11/tools-deps/Dockerfile index 22bf596b..fac70ad0 100644 --- a/target/debian-bookworm-11/tools-deps/Dockerfile +++ b/target/debian-bookworm-11/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bookworm-17/tools-deps/Dockerfile b/target/debian-bookworm-17/tools-deps/Dockerfile index d1f873f4..cf77b9f6 100644 --- a/target/debian-bookworm-17/tools-deps/Dockerfile +++ b/target/debian-bookworm-17/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bookworm-21/latest/Dockerfile b/target/debian-bookworm-21/latest/Dockerfile index d5b308a0..e6c90be0 100644 --- a/target/debian-bookworm-21/latest/Dockerfile +++ b/target/debian-bookworm-21/latest/Dockerfile @@ -50,16 +50,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bookworm-21/tools-deps/Dockerfile b/target/debian-bookworm-21/tools-deps/Dockerfile index 980c42ae..3865d75e 100644 --- a/target/debian-bookworm-21/tools-deps/Dockerfile +++ b/target/debian-bookworm-21/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bookworm-22/tools-deps/Dockerfile b/target/debian-bookworm-22/tools-deps/Dockerfile index ea6839f1..f7028d5e 100644 --- a/target/debian-bookworm-22/tools-deps/Dockerfile +++ b/target/debian-bookworm-22/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bookworm-8/tools-deps/Dockerfile b/target/debian-bookworm-8/tools-deps/Dockerfile index 7fefcf38..c8fa3eef 100644 --- a/target/debian-bookworm-8/tools-deps/Dockerfile +++ b/target/debian-bookworm-8/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bookworm-slim-11/tools-deps/Dockerfile b/target/debian-bookworm-slim-11/tools-deps/Dockerfile index 1dac02a5..76848cf6 100644 --- a/target/debian-bookworm-slim-11/tools-deps/Dockerfile +++ b/target/debian-bookworm-slim-11/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bookworm-slim-17/tools-deps/Dockerfile b/target/debian-bookworm-slim-17/tools-deps/Dockerfile index 0981557b..c4471f3c 100644 --- a/target/debian-bookworm-slim-17/tools-deps/Dockerfile +++ b/target/debian-bookworm-slim-17/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bookworm-slim-21/tools-deps/Dockerfile b/target/debian-bookworm-slim-21/tools-deps/Dockerfile index 7416d3bd..46722ad1 100644 --- a/target/debian-bookworm-slim-21/tools-deps/Dockerfile +++ b/target/debian-bookworm-slim-21/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bookworm-slim-22/tools-deps/Dockerfile b/target/debian-bookworm-slim-22/tools-deps/Dockerfile index 5e30ef64..f093dd72 100644 --- a/target/debian-bookworm-slim-22/tools-deps/Dockerfile +++ b/target/debian-bookworm-slim-22/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bookworm-slim-8/tools-deps/Dockerfile b/target/debian-bookworm-slim-8/tools-deps/Dockerfile index 1fe85aea..913944c4 100644 --- a/target/debian-bookworm-slim-8/tools-deps/Dockerfile +++ b/target/debian-bookworm-slim-8/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bullseye-11/tools-deps/Dockerfile b/target/debian-bullseye-11/tools-deps/Dockerfile index 731e5096..3e020d3e 100644 --- a/target/debian-bullseye-11/tools-deps/Dockerfile +++ b/target/debian-bullseye-11/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bullseye-17/tools-deps/Dockerfile b/target/debian-bullseye-17/tools-deps/Dockerfile index fc5f52b8..3d6c148f 100644 --- a/target/debian-bullseye-17/tools-deps/Dockerfile +++ b/target/debian-bullseye-17/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bullseye-21/tools-deps/Dockerfile b/target/debian-bullseye-21/tools-deps/Dockerfile index dc910bd6..d6b991e0 100644 --- a/target/debian-bullseye-21/tools-deps/Dockerfile +++ b/target/debian-bullseye-21/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bullseye-22/tools-deps/Dockerfile b/target/debian-bullseye-22/tools-deps/Dockerfile index 679ca20b..7c1a5cef 100644 --- a/target/debian-bullseye-22/tools-deps/Dockerfile +++ b/target/debian-bullseye-22/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bullseye-8/tools-deps/Dockerfile b/target/debian-bullseye-8/tools-deps/Dockerfile index 04dcf21f..26a83a5d 100644 --- a/target/debian-bullseye-8/tools-deps/Dockerfile +++ b/target/debian-bullseye-8/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bullseye-slim-11/tools-deps/Dockerfile b/target/debian-bullseye-slim-11/tools-deps/Dockerfile index ec354bcc..4f2b3b15 100644 --- a/target/debian-bullseye-slim-11/tools-deps/Dockerfile +++ b/target/debian-bullseye-slim-11/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bullseye-slim-17/tools-deps/Dockerfile b/target/debian-bullseye-slim-17/tools-deps/Dockerfile index f7cc4e41..d9738288 100644 --- a/target/debian-bullseye-slim-17/tools-deps/Dockerfile +++ b/target/debian-bullseye-slim-17/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bullseye-slim-21/tools-deps/Dockerfile b/target/debian-bullseye-slim-21/tools-deps/Dockerfile index a4c6e9d8..bb671efc 100644 --- a/target/debian-bullseye-slim-21/tools-deps/Dockerfile +++ b/target/debian-bullseye-slim-21/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bullseye-slim-22/tools-deps/Dockerfile b/target/debian-bullseye-slim-22/tools-deps/Dockerfile index a357f94c..2788d4ad 100644 --- a/target/debian-bullseye-slim-22/tools-deps/Dockerfile +++ b/target/debian-bullseye-slim-22/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/debian-bullseye-slim-8/tools-deps/Dockerfile b/target/debian-bullseye-slim-8/tools-deps/Dockerfile index d6e0d39e..f8f6637e 100644 --- a/target/debian-bullseye-slim-8/tools-deps/Dockerfile +++ b/target/debian-bullseye-slim-8/tools-deps/Dockerfile @@ -10,16 +10,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y curl make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove curl wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/eclipse-temurin-11-jdk-alpine/tools-deps/Dockerfile b/target/eclipse-temurin-11-jdk-alpine/tools-deps/Dockerfile index e8549e37..6461dc3a 100644 --- a/target/eclipse-temurin-11-jdk-alpine/tools-deps/Dockerfile +++ b/target/eclipse-temurin-11-jdk-alpine/tools-deps/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /tmp RUN \ apk add --no-cache curl bash make git && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-11-jdk-focal/tools-deps/Dockerfile b/target/eclipse-temurin-11-jdk-focal/tools-deps/Dockerfile index f326c89e..750b0742 100644 --- a/target/eclipse-temurin-11-jdk-focal/tools-deps/Dockerfile +++ b/target/eclipse-temurin-11-jdk-focal/tools-deps/Dockerfile @@ -6,16 +6,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/eclipse-temurin-11-jdk-jammy/tools-deps/Dockerfile b/target/eclipse-temurin-11-jdk-jammy/tools-deps/Dockerfile index feacbc0e..45863415 100644 --- a/target/eclipse-temurin-11-jdk-jammy/tools-deps/Dockerfile +++ b/target/eclipse-temurin-11-jdk-jammy/tools-deps/Dockerfile @@ -6,16 +6,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/eclipse-temurin-17-jdk-alpine/tools-deps/Dockerfile b/target/eclipse-temurin-17-jdk-alpine/tools-deps/Dockerfile index 12f914c7..403a454b 100644 --- a/target/eclipse-temurin-17-jdk-alpine/tools-deps/Dockerfile +++ b/target/eclipse-temurin-17-jdk-alpine/tools-deps/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /tmp RUN \ apk add --no-cache curl bash make git && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-17-jdk-focal/tools-deps/Dockerfile b/target/eclipse-temurin-17-jdk-focal/tools-deps/Dockerfile index 9b3ce266..3aec94fe 100644 --- a/target/eclipse-temurin-17-jdk-focal/tools-deps/Dockerfile +++ b/target/eclipse-temurin-17-jdk-focal/tools-deps/Dockerfile @@ -6,16 +6,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/eclipse-temurin-17-jdk-jammy/tools-deps/Dockerfile b/target/eclipse-temurin-17-jdk-jammy/tools-deps/Dockerfile index bf98532f..6b039c66 100644 --- a/target/eclipse-temurin-17-jdk-jammy/tools-deps/Dockerfile +++ b/target/eclipse-temurin-17-jdk-jammy/tools-deps/Dockerfile @@ -6,16 +6,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/eclipse-temurin-21-jdk-alpine/tools-deps/Dockerfile b/target/eclipse-temurin-21-jdk-alpine/tools-deps/Dockerfile index 28190eab..0c25656b 100644 --- a/target/eclipse-temurin-21-jdk-alpine/tools-deps/Dockerfile +++ b/target/eclipse-temurin-21-jdk-alpine/tools-deps/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /tmp RUN \ apk add --no-cache curl bash make git && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-21-jdk-jammy/tools-deps/Dockerfile b/target/eclipse-temurin-21-jdk-jammy/tools-deps/Dockerfile index e8bb3a7f..13742667 100644 --- a/target/eclipse-temurin-21-jdk-jammy/tools-deps/Dockerfile +++ b/target/eclipse-temurin-21-jdk-jammy/tools-deps/Dockerfile @@ -6,16 +6,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/eclipse-temurin-22-jdk-alpine/tools-deps/Dockerfile b/target/eclipse-temurin-22-jdk-alpine/tools-deps/Dockerfile index 9e2f0698..b48b0611 100644 --- a/target/eclipse-temurin-22-jdk-alpine/tools-deps/Dockerfile +++ b/target/eclipse-temurin-22-jdk-alpine/tools-deps/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /tmp RUN \ apk add --no-cache curl bash make git && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-22-jdk-jammy/tools-deps/Dockerfile b/target/eclipse-temurin-22-jdk-jammy/tools-deps/Dockerfile index a9e99ac9..80153dc9 100644 --- a/target/eclipse-temurin-22-jdk-jammy/tools-deps/Dockerfile +++ b/target/eclipse-temurin-22-jdk-jammy/tools-deps/Dockerfile @@ -6,16 +6,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/eclipse-temurin-8-jdk-alpine/tools-deps/Dockerfile b/target/eclipse-temurin-8-jdk-alpine/tools-deps/Dockerfile index 30adf39a..14dcd96f 100644 --- a/target/eclipse-temurin-8-jdk-alpine/tools-deps/Dockerfile +++ b/target/eclipse-temurin-8-jdk-alpine/tools-deps/Dockerfile @@ -6,7 +6,7 @@ WORKDIR /tmp RUN \ apk add --no-cache curl bash make git && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-8-jdk-focal/tools-deps/Dockerfile b/target/eclipse-temurin-8-jdk-focal/tools-deps/Dockerfile index 9ad88773..843a2a60 100644 --- a/target/eclipse-temurin-8-jdk-focal/tools-deps/Dockerfile +++ b/target/eclipse-temurin-8-jdk-focal/tools-deps/Dockerfile @@ -6,16 +6,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009 diff --git a/target/eclipse-temurin-8-jdk-jammy/tools-deps/Dockerfile b/target/eclipse-temurin-8-jdk-jammy/tools-deps/Dockerfile index bc3ec4e2..bcd27a90 100644 --- a/target/eclipse-temurin-8-jdk-jammy/tools-deps/Dockerfile +++ b/target/eclipse-temurin-8-jdk-jammy/tools-deps/Dockerfile @@ -6,16 +6,16 @@ WORKDIR /tmp RUN \ apt-get update && \ -apt-get install -y make git rlwrap wget && \ +apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ -wget https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ +curl -sLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ echo "7edee5b12197a2dbe6338e672b109b18164cde84bea1f049ceceed41fc4dd10a *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ clojure -e "(clojure-version)" && \ -apt-get purge -y --auto-remove wget +apt-get purge -y --auto-remove curl # Docker bug makes rlwrap crash w/o short sleep first # Bug: https://github.com/moby/moby/issues/28009