Skip to content

Instantly share code, notes, and snippets.

@hernan43
Created October 26, 2020 14:04
Show Gist options
  • Save hernan43/ebac041f91cc16628ac74cee608ce65f to your computer and use it in GitHub Desktop.
Save hernan43/ebac041f91cc16628ac74cee608ce65f to your computer and use it in GitHub Desktop.
Dockerfile line I want to keep
RUN bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment