We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15699c9 commit ac22d14Copy full SHA for ac22d14
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ FROM node:8.12.0
3
RUN echo "deb http://ftp.us.debian.org/debian testing main contrib non-free" >> /etc/apt/sources.list \
4
&& apt-get update \
5
&& 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 \
+ && apt-get install -y git xvfb fluxbox x11vnc libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 jq \
7
&& apt-get clean all
8
9
RUN mkdir -p /usr/src/app
@@ -15,4 +15,4 @@ ONBUILD COPY package.json /usr/src/app/
15
ONBUILD RUN npm install && npm cache clean --force
16
ONBUILD COPY . /usr/src/app
17
18
-CMD [ "npm", "start" ]
+CMD [ "npm", "start" ]
0 commit comments