Update Dockerfile

This commit is contained in:
toolboc 2018-08-25 10:35:09 -05:00
parent 10d2e37e9d
commit 9f8040bb22

View file

@ -25,7 +25,7 @@ FROM node:10.9-stretch
LABEL maintainer "Paul DeCarlo <toolboc@gmail.com>"
RUN apt-get update && apt-get install -y \
RUN apt update && apt install -y \
libgtk-3-0 \
libx11-xcb-dev \
libgconf2-dev \
@ -41,4 +41,4 @@ COPY . .
RUN npm install
ENTRYPOINT [ "npm", "start"]
ENTRYPOINT [ "npm", "start"]