diff --git a/.gitignore b/.gitignore index 796b96d..bb9bd16 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /build +jsmn diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..21fd4cd --- /dev/null +++ b/Dockerfile @@ -0,0 +1,68 @@ +# syntax=docker/dockerfile:1.6.0 +FROM ubuntu:22.04 as build + +# github action workflow step: Install dependencies +RUN <