Skip to content

Commit

Permalink
Merge pull request #295 from Wordcab/294-update-sqlite-requirement
Browse files Browse the repository at this point in the history
Add libsqlite3-dev to Dockerfile due to missing dependency
  • Loading branch information
info-wordcab authored Apr 1, 2024
2 parents 98f7f51 + 16ec325 commit 639f04d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN apt update && apt install -y \
libbz2-dev \
python3-dev \
liblzma-dev \
libsqlite3-dev \
&& rm -rf /var/lib/apt/lists/*

RUN apt update && apt install -y \
Expand Down

0 comments on commit 639f04d

Please sign in to comment.