diff --git a/Dockerfile b/Dockerfile index a2addfe..85a0935 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ FROM node:10.9-stretch LABEL maintainer "Paul DeCarlo " -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"] \ No newline at end of file +ENTRYPOINT [ "npm", "start"]