Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
marccampbell committed Oct 17, 2024
1 parent 920456b commit d28688d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dagger/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ func (r *Replicated) Release(

dockerContainer := dag.Container().
From("alpine:latest").
WithExec([]string{"apk", "add", "--no-cache", "ca-certificates", "curl", "git", "nodejs", "npm", "&&", "update-ca-certificates"}).
WithExec([]string{"apk", "add", "--no-cache", "ca-certificates", "curl", "git", "nodejs", "npm"}).
WithExec([]string{"update-ca-certificates"}).
WithExec([]string{"npm", "install", "-g", "replicated-lint"}).
WithEnvVariable("IN_CONTAINER", "1").
WithLabel("com.replicated.vendor_cli", "true").
Expand Down

0 comments on commit d28688d

Please sign in to comment.