This commit is contained in:
parent
171da80f8e
commit
8b3533608f
@ -1,4 +1,4 @@
|
||||
FROM furacas/wine-vnc-box:latest
|
||||
FROM lxh01/wine-vnc:latest
|
||||
|
||||
# 根据传入参数安装微信和wxhelper.dll
|
||||
ARG WECHAT_URL=https://github.com/tom-snow/wechat-windows-versions/releases/download/v3.9.5.81/WeChatSetup-3.9.5.81.exe
|
||||
@ -29,5 +29,7 @@ RUN rm -rf WeChatSetup.exe && rm -rf install-wechat.sh
|
||||
ADD ${WXHELPER_URL} wxhelper.dll
|
||||
RUN sudo chown app:app wxhelper.dll
|
||||
|
||||
EXPOSE 5900 19088
|
||||
|
||||
COPY cmd.sh /cmd.sh
|
||||
CMD ["/cmd.sh"]
|
Loading…
Reference in New Issue
Block a user