Skip to content

Add git to the image #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add git to the image #3

wants to merge 1 commit into from

Conversation

janezj
Copy link

@janezj janezj commented Feb 27, 2022

Some projects dependencies are loaded using git

Some projects dependencies are loaded using git
@MonsieurV
Copy link
Contributor

Indeed.

Could this be merged? @theasp

The corresponding change to the Debian based image: (with apt clean to prevent from adding apt repo data to the Docker layer)

RUN apt-get update \
  && apt-get -q -y install openjdk-11-jdk curl \
  && npm install -g shadow-cljs \
  && curl -s https://download.clojure.org/install/linux-install-$CLOJURE_VER.sh | bash \
  && apt-get clean && rm -rf /var/lib/apt/lists/*

Thanks for the image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants