devcontainer w/ sqlite3
This commit is contained in:
@@ -3,4 +3,4 @@ FROM mcr.microsoft.com/devcontainers/rust:1-1-bookworm
|
||||
RUN sudo apt update && \
|
||||
sudo apt install -qqy --no-install-recommends --no-install-suggests sqlite3 && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
@@ -3,11 +3,9 @@
|
||||
{
|
||||
"name": "Rust",
|
||||
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
|
||||
"image": {
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile.devcontainer",
|
||||
"context": "."
|
||||
}
|
||||
"build": {
|
||||
"dockerfile": "Dockerfile.devcontainer",
|
||||
"context": "."
|
||||
},
|
||||
"features": {
|
||||
"ghcr.io/braun-daniel/devcontainer-features/fzf:1": {},
|
||||
|
||||
Reference in New Issue
Block a user