Skip to content

Commit

Permalink
feat: install sqlite3 in devcontainer image, install handbrake in sep…
Browse files Browse the repository at this point in the history
…arate layer
  • Loading branch information
TheNickOfTime committed Aug 15, 2024
1 parent 21eec1b commit a35ac89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:bookworm

# Install dev dependencies
RUN apt update
RUN apt install -y git nodejs npm handbrake-cli
RUN apt install -y git nodejs npm sqlite3
RUN apt install -y handbrake-cli

0 comments on commit a35ac89

Please sign in to comment.