Skip to content

Commit

Permalink
🔧 Add libsqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary-H9 committed Jun 27, 2024
1 parent 6222c8f commit 7186cb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ apt-get install --yes --no-install-recommends \
"jq=1.7.1-3build1" \
"libicu-dev=74.2-1ubuntu3" \
"lsb-release=12.0-2" \
"gcc=4:13.2.0-7ubuntu1"
"gcc=4:13.2.0-7ubuntu1" \
"libsqlite3-dev=3.45.1-1ubuntu2"

apt-get clean

Expand Down

0 comments on commit 7186cb3

Please sign in to comment.