forked from alt/image-forge
feat: Add buildpack-deps-curl
This commit is contained in:
parent
27be13736a
commit
22a8759315
10
org/alt/buildpack-deps-curl/Dockerfile.template
Normal file
10
org/alt/buildpack-deps-curl/Dockerfile.template
Normal file
@ -0,0 +1,10 @@
|
||||
FROM {{ registry }}{{ alt_image }}:{{ branch }}
|
||||
|
||||
MAINTAINER alt-cloud
|
||||
|
||||
{{ install_pakages(
|
||||
"ca-certificates",
|
||||
"curl",
|
||||
"gnupg",
|
||||
"wget"
|
||||
) }}
|
Loading…
Reference in New Issue
Block a user