#tradewind:add php83

This commit is contained in:
2023-12-25 18:23:07 +08:00
parent 804eb5544f
commit 4b5a861360
8 changed files with 3966 additions and 3 deletions

View File

@ -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