Skip to content

Commit

Permalink
if I'm going to use jq, I need to install it
Browse files Browse the repository at this point in the history
Signed-off-by: Dowideit, Sven (O&A, St. Lucia) <[email protected]>
  • Loading branch information
Dowideit, Sven (O&A, St. Lucia) authored and Dowideit, Sven (O&A, St. Lucia) committed Jul 31, 2018
1 parent 1c0f63d commit 28e751e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
FROM node:latest

RUN apt-get update \
&& apt-get install -yq jq \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /opt/Cronicle

COPY . /opt/Cronicle/
Expand Down

0 comments on commit 28e751e

Please sign in to comment.