You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+3-18
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,8 @@ Fixes, improvements, and patches all happen via [GitHub Pull Requests on this re
32
32
33
33
This buildpack relies on [heroku/libcnb.rs][libcnb] to compile buildpacks. All [libcnb.rs dependencies][libcnb-deps] will need to be setup prior to building or testing this buildpack.
34
34
35
-
1. Install [rust by following instructions on their site](https://www.rust-lang.org/tools/install)
36
-
1. Follow the setup instructions on [heroku/libcnb](https://github.com/heroku/libcnb.rs)
37
-
1. Install the [pack cli](https://buildpacks.io/docs/for-platform-operators/how-to/integrate-ci/pack/)
35
+
1. Install [rust by following instructions on their site][install-rust]
36
+
1. Follow the setup instructions on [heroku/libcnb][libcnb-deps]
Depending on the development situation you may need to manually instruct docker to use the CNB entrypoint. You can do that by passing `--entrypoint='/cnb/lifecycle/launcher` to your docker command.
107
-
108
-
Here is a command for building and running an image in one step with a clean cache:
0 commit comments