- 修复插件事件重复执行的问题
This commit is contained in:
parent
a75c4110a8
commit
6f881a80d6
@ -32,6 +32,7 @@ RUN apt-get update -y \
|
|||||||
jq \
|
jq \
|
||||||
haproxy \
|
haproxy \
|
||||||
fuse3 \
|
fuse3 \
|
||||||
|
rsync \
|
||||||
&& \
|
&& \
|
||||||
if [ "$(uname -m)" = "x86_64" ]; \
|
if [ "$(uname -m)" = "x86_64" ]; \
|
||||||
then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \
|
then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \
|
||||||
|
@ -1 +1 @@
|
|||||||
APP_VERSION = 'v1.3.9-1'
|
APP_VERSION = 'v1.3.9-2'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user