From 85bf8a8f62d90fc43242fb590eb0b70c70a190b5 Mon Sep 17 00:00:00 2001 From: Viktor Schmidt Date: Thu, 16 Jan 2025 14:50:59 +0100 Subject: [PATCH] Add DevContainer feature to install apt dependencies defined in an `Aptfile.dev` file. Install apt dependencies defined in an `Aptfile.dev` file. This feature is inspired by the approach found in [heroku-buildpack-apt](https://github.com/heroku/heroku-buildpack-apt) and [Aptfile Buildpack on App Platform](https://docs.digitalocean.com/products/app-platform/reference/buildpacks/aptfile/). It simplifies the process of managing and installing apt packages required for a development environment by specifying them in one file. --- _data/collection-index.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/collection-index.yml b/_data/collection-index.yml index 74b6fe38..5996e56c 100644 --- a/_data/collection-index.yml +++ b/_data/collection-index.yml @@ -962,3 +962,8 @@ contact: https://github.com/davzucky/devcontainers-features-wolfi/issues repository: https://github.com/davzucky/devcontainers-features-wolfi ociReference: ghcr.io/davzucky/devcontainers-features-wolfi +- name: devcontainer feature to install apt dependencies defined in an `Aptfile.dev` file. + maintainer: Viktor Schmidt + contact: https://github.com/viktorianer/devcontainer-features/issues + repository: https://github.com/viktorianer/devcontainer-features/tree/main/src/apt + ociReference: ghcr.io/viktorianer/devcontainer-features/apt