Skip to content

Commit

Permalink
fix: adding python3 on the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pacostas committed Nov 20, 2023
1 parent c34940c commit abd937d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func Generate(dependencyManager DependencyManager, logger scribe.Emitter, during
CNB_USER_ID: duringBuildPermissions.CNB_USER_ID,
CNB_GROUP_ID: duringBuildPermissions.CNB_GROUP_ID,
CNB_STACK_ID: CNB_STACK_ID,
PACKAGES: "make gcc gcc-c++ libatomic_ops git openssl-devel nodejs npm nodejs-nodemon nss_wrapper which",
PACKAGES: "make gcc gcc-c++ libatomic_ops git openssl-devel nodejs npm nodejs-nodemon nss_wrapper which python3",
}, buildDockerfileTemplate)

if err != nil {
Expand Down

0 comments on commit abd937d

Please sign in to comment.