Skip to content

Commit

Permalink
apt install jq
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwmail authored Dec 19, 2023
1 parent 71a1fbd commit bbee817
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
FROM docker.io/node:16-bookworm
RUN curl -fsSL https://get.docker.com | bash

RUN apt update -y
RUN apt install -y jq
RUN apt clean
RUN rm -rf /var/lib/apt/lists
RUN rm -rf /var/cache/apt/srcpkgcache.bin
RUN rm -rf /var/cache/apt/pkgcache.bin

0 comments on commit bbee817

Please sign in to comment.