File tree Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Expand file tree Collapse file tree 3 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ # SQLite3
2+
3+ Installs needed dependencies for Rails apps using SQLite3.
4+
5+ ## Example Usage
6+
7+ ``` json
8+ "features" : {
9+ "ghcr.io/rails/devcontainer/features/sqlite3" : {}
10+ }
11+ ```
12+
13+ ## Options
14+
15+ ## Customizations
16+
17+ ## OS Support
18+
19+ This Feature should work on recent versions of Debian/Ubuntu-based distributions with the ` apt ` package manager installed.
20+
21+ ` bash ` is required to execute the ` install.sh ` script.
Original file line number Diff line number Diff line change 1+ {
2+ "id" : " sqlite3" ,
3+ "version" : " 0.1.0" ,
4+ "name" : " SQLite3" ,
5+ "description" : " Installs needed dependencies for Rails apps using SQLite3"
6+ }
Original file line number Diff line number Diff line change 1+ apt-get update -y && apt-get -y install --no-install-recommends pkg-config libsqlite3-dev sqlite3
2+
3+ rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments