Skip to content

Commit

Permalink
Add dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Florents-Tselai committed Feb 29, 2024
1 parent 5d58fc6 commit 52d838e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM ubuntu:noble
RUN apt-get update
RUN apt-get install -y build-essential pkg-config sqlite3 libsqlite3-dev libjq-dev git

WORKDIR /litejq
COPY . /litejq

RUN make && make test

0 comments on commit 52d838e

Please sign in to comment.