File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -155,9 +155,12 @@ else
155155 echo -n " :" > $apt_env_dir /PKG_CONFIG_PATH.delim
156156fi
157157
158- echo " launch = true" > ${apt_layer} .toml
159- echo " build = true" >> ${apt_layer} .toml
160- echo " cache = true" >> ${apt_layer} .toml
158+ cat >> ${apt_layer} .toml << EOL
159+ [types]
160+ launch = true
161+ build = true
162+ cache = true
163+ EOL
161164
162165end_time=$( date +%s%N)
163166echo " Elapsed time: $(( $(( $end_time - $start_time )) / 1000000 ))ms" | indent
Original file line number Diff line number Diff line change 1- api = " 0.4 "
1+ api = " 0.10 "
22
33[buildpack ]
44id = " fagiani/apt"
5- version = " 0.2.5 "
5+ version = " 0.2.6 "
66name = " apt Packages Buildpack"
77homepage = " https://github.com/fagiani/apt-buildpack"
88description = " Installs apt packages for further builds and runtime"
@@ -22,3 +22,6 @@ id = "io.buildpacks.stacks.bionic"
2222
2323[[stacks ]]
2424id = " io.buildpacks.stacks.jammy"
25+
26+ [[stacks ]]
27+ id = " *"
You can’t perform that action at this time.
0 commit comments