mirror of
https://github.com/felixrieseberg/windows95.git
synced 2026-05-09 00:24:09 +00:00
Update Dockerfile
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user