Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

Add Clojure CLI tools #279

Closed
wants to merge 1 commit into from
Closed

Add Clojure CLI tools #279

wants to merge 1 commit into from

Conversation

bcomnes
Copy link
Contributor

@bcomnes bcomnes commented Mar 13, 2019

Rebase of #247

@bcomnes
Copy link
Contributor Author

bcomnes commented Mar 13, 2019

Ok, this didn't work unfortunately, and I don't have time to look into clojure specifically so closing. Hopefully we can land #187 or homebrew-linux and people can just self serve these tools.

@bcomnes bcomnes closed this Mar 13, 2019
@bcomnes bcomnes deleted the clj branch March 13, 2019 23:58
kyptin added a commit to kyptin/build-image that referenced this pull request Mar 21, 2019
Many people using Clojure are migrating away from Leiningen and Boot
and using the newer Clojure CLI [1] to specify dependencies and
build scripts.

This commit adds support for the Clojure CLI tools to the Netlify
build image, approximately following the Linux installation
instructions [2].

I also added the apt `rlwrap` package because the `clj` program
requires it. The `clojure` program does not, but I think many people
are calling `clj` instead of `clojure` out of habit.

There have been two prior pull requests attempting to add these
tools [3] [4]. I think both failed to successfully build the docker
image. I have verified that the Dockerfile in this commit does
successfully build an image, and I have used that image to
successfully build a project of mine [5] that uses the Clojure CLI
tools, so I'm reasonably confident that this works.

[1] https://clojure.org/guides/deps_and_cli
[2] https://clojure.org/guides/getting_started#_installation_on_linux
[3] netlify#247
[4] netlify#279
[5] https://gitlab.com/unc-app-lab/website
@kyptin kyptin mentioned this pull request Mar 21, 2019
kyptin added a commit to kyptin/build-image that referenced this pull request Jun 26, 2019
Many people using Clojure are migrating away from Leiningen and Boot
and using the newer Clojure CLI [1] to specify dependencies and
build scripts.

This commit adds support for the Clojure CLI tools to the Netlify
build image, approximately following the Linux installation
instructions [2].

I also added the apt `rlwrap` package because the `clj` program
requires it. The `clojure` program does not, but I think many people
are calling `clj` instead of `clojure` out of habit.

There have been two prior pull requests attempting to add these
tools [3] [4]. I think both failed to successfully build the docker
image. I have verified that the Dockerfile in this commit does
successfully build an image, and I have used that image to
successfully build a project of mine [5] that uses the Clojure CLI
tools, so I'm reasonably confident that this works.

[1] https://clojure.org/guides/deps_and_cli
[2] https://clojure.org/guides/getting_started#_installation_on_linux
[3] netlify#247
[4] netlify#279
[5] https://gitlab.com/unc-app-lab/website
kyptin added a commit to kyptin/build-image that referenced this pull request Jan 16, 2020
Many people using Clojure are migrating away from Leiningen and Boot
and using the newer Clojure CLI [1] to specify dependencies and
build scripts.

This commit adds support for the Clojure CLI tools to the Netlify
build image, approximately following the Linux installation
instructions [2].

I also added the apt `rlwrap` package because the `clj` program
requires it. The `clojure` program does not, but I think many people
are calling `clj` instead of `clojure` out of habit.

There have been two prior pull requests attempting to add these
tools [3] [4]. I think both failed to successfully build the docker
image. I have verified that the Dockerfile in this commit does
successfully build an image, and I have used that image to
successfully build a project of mine [5] that uses the Clojure CLI
tools, so I'm reasonably confident that this works.

[1] https://clojure.org/guides/deps_and_cli
[2] https://clojure.org/guides/getting_started#_installation_on_linux
[3] netlify#247
[4] netlify#279
[5] https://gitlab.com/unc-app-lab/website
kyptin added a commit to kyptin/build-image that referenced this pull request Feb 29, 2020
Many people using Clojure are migrating away from Leiningen and Boot
and using the newer Clojure CLI [1] to specify dependencies and
build scripts.

This commit adds support for the Clojure CLI tools to the Netlify
build image, approximately following the Linux installation
instructions [2].

I also added the apt `rlwrap` package because the `clj` program
requires it. The `clojure` program does not, but I think many people
are calling `clj` instead of `clojure` out of habit.

There have been two prior pull requests attempting to add these
tools [3] [4]. I think both failed to successfully build the docker
image. I have verified that the Dockerfile in this commit does
successfully build an image, and I have used that image to
successfully build a project of mine [5] that uses the Clojure CLI
tools, so I'm reasonably confident that this works.

[1] https://clojure.org/guides/deps_and_cli
[2] https://clojure.org/guides/getting_started#_installation_on_linux
[3] netlify#247
[4] netlify#279
[5] https://gitlab.com/unc-app-lab/website
Benaiah pushed a commit that referenced this pull request Mar 2, 2020
Many people using Clojure are migrating away from Leiningen and Boot
and using the newer Clojure CLI [1] to specify dependencies and
build scripts.

This commit adds support for the Clojure CLI tools to the Netlify
build image, approximately following the Linux installation
instructions [2].

I also added the apt `rlwrap` package because the `clj` program
requires it. The `clojure` program does not, but I think many people
are calling `clj` instead of `clojure` out of habit.

There have been two prior pull requests attempting to add these
tools [3] [4]. I think both failed to successfully build the docker
image. I have verified that the Dockerfile in this commit does
successfully build an image, and I have used that image to
successfully build a project of mine [5] that uses the Clojure CLI
tools, so I'm reasonably confident that this works.

[1] https://clojure.org/guides/deps_and_cli
[2] https://clojure.org/guides/getting_started#_installation_on_linux
[3] #247
[4] #279
[5] https://gitlab.com/unc-app-lab/website
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants