Skip to content

Commit

Permalink
Add libsqlite3-dev to Dockerfile due to missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleks committed Apr 1, 2024
1 parent 98f7f51 commit 16ec325
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 16ec325

Please sign in to comment.