Skip to content

Commit 1d69d35

Browse files
authored
Add DevContainer feature to install apt dependencies defined in an Aptfile.dev file. (#514)
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.
1 parent 61ce315 commit 1d69d35

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: _data/collection-index.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,12 @@
961961
maintainer: David Zucker
962962
contact: https://github.com/davzucky/devcontainers-features-wolfi/issues
963963
repository: https://github.com/davzucky/devcontainers-features-wolfi
964-
ociReference: ghcr.io/davzucky/devcontainers-features-wolfi
964+
ociReference: ghcr.io/davzucky/devcontainers-features-wolfi
965+
- name: devcontainer feature to install apt dependencies defined in an `Aptfile.dev` file.
966+
maintainer: Viktor Schmidt
967+
contact: https://github.com/viktorianer/devcontainer-features/issues
968+
repository: https://github.com/viktorianer/devcontainer-features/tree/main/src/apt
969+
ociReference: ghcr.io/viktorianer/devcontainer-features/apt
965970
- name: devcontainer features by ChaosWars
966971
maintainer: ChaosWars
967972
contact: https://github.com/ChaosWars/vscode-features/issues

0 commit comments

Comments
 (0)