Skip to content

Commit ac22d14

Browse files
authored
Add Jq
1 parent 15699c9 commit ac22d14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:8.12.0
33
RUN echo "deb http://ftp.us.debian.org/debian testing main contrib non-free" >> /etc/apt/sources.list \
44
&& apt-get update \
55
&& apt-get remove -y binutils \
6-
&& apt-get install -y git xvfb fluxbox x11vnc libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 \
6+
&& apt-get install -y git xvfb fluxbox x11vnc libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 jq \
77
&& apt-get clean all
88

99
RUN mkdir -p /usr/src/app
@@ -15,4 +15,4 @@ ONBUILD COPY package.json /usr/src/app/
1515
ONBUILD RUN npm install && npm cache clean --force
1616
ONBUILD COPY . /usr/src/app
1717

18-
CMD [ "npm", "start" ]
18+
CMD [ "npm", "start" ]

0 commit comments

Comments
 (0)