This commit is contained in:
parent
17d62a0247
commit
199f227846
@ -15,7 +15,7 @@ ADD ${WECHAT_URL} WeChatSetup.exe
|
|||||||
|
|
||||||
# 安装微信
|
# 安装微信
|
||||||
COPY install-wechat.sh install-wechat.sh
|
COPY install-wechat.sh install-wechat.sh
|
||||||
RUN bash -c 'nohup /entrypoint.sh 2>&1 &' && \
|
RUN apt install -y net-tools && bash -c 'nohup /entrypoint.sh 2>&1 &' && \
|
||||||
sleep 10 && \
|
sleep 10 && \
|
||||||
sudo chown app:app WeChatSetup.exe && \
|
sudo chown app:app WeChatSetup.exe && \
|
||||||
./install-wechat.sh && \
|
./install-wechat.sh && \
|
||||||
|
Loading…
Reference in New Issue
Block a user