#tradewind:add php83
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
FROM node:latest
|
||||
|
||||
RUN sed -i "s@http://deb.debian.org@http://mirrors.aliyun.com@g" /etc/apt/sources.list
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
libgtkextra-dev \
|
||||
@ -15,5 +14,4 @@ RUN apt-get update && apt-get install -y \
|
||||
&& apt-get clean \
|
||||
&& apt-get autoclean
|
||||
|
||||
RUN npm install -g electron
|
||||
|
||||
|
Reference in New Issue
Block a user