From ee47c6ce5dc7a706cdf206370a3af61b8bbfdf8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Michon?= Date: Tue, 14 Feb 2023 16:53:58 +0100 Subject: [PATCH] fix(buildpacks): replace custom buildpack with APT buildpack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Étienne Michon --- .buildpacks | 2 +- Aptfile | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Aptfile diff --git a/.buildpacks b/.buildpacks index 0161123963..72b15aa703 100644 --- a/.buildpacks +++ b/.buildpacks @@ -1,2 +1,2 @@ -https://github.com/alex88/heroku-buildpack-vips +https://github.com/Scalingo/apt-buildpack https://github.com/Scalingo/nodejs-buildpack diff --git a/Aptfile b/Aptfile new file mode 100644 index 0000000000..af3c0c4cdf --- /dev/null +++ b/Aptfile @@ -0,0 +1 @@ +libvips-dev