diff --git a/Dockerfile b/Dockerfile index 504a07f..043bd7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ RUN apt install -y \ curl \ sudo \ wget \ - nano + nano \ + jq RUN apt install -y --no-install-recommends \ direnv \