Skip to content

Commit

Permalink
sqlite3: fix building (google#12309)
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio authored Aug 8, 2024
1 parent d2016a6 commit 16183e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/sqlite3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
################################################################################

FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make autoconf automake libtool curl tcl zlib1g-dev
RUN apt-get update && apt-get install -y make autoconf automake libtool curl tcl zlib1g-dev tcl-dev

# We won't be able to poll fossil for changes, so this will build
# only once a day.
Expand Down

0 comments on commit 16183e3

Please sign in to comment.