Skip to content

Instantly share code, notes, and snippets.

@wader
Created February 26, 2024 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wader/5f43efa51bd825e099248dbc9e426a05 to your computer and use it in GitHub Desktop.
Save wader/5f43efa51bd825e099248dbc9e426a05 to your computer and use it in GitHub Desktop.
FROM ubuntu:noble
RUN apt-get update
RUN apt-get install -y build-essential pkg-config sqlite3 libsqlite3-dev libjq-dev git
RUN git clone https://github.com/Florents-Tselai/liteJQ.git
RUN cd liteJQ && make && make test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment