FROM ubuntu:latest

RUN apt-get update
RUN apt-get install -y jq

WORKDIR /app
COPY ./ /app/