mirror of
https://github.com/luscis/openlan.git
synced 2025-10-14 12:54:48 +08:00
fix: conn is not active after restart ipsec.
This commit is contained in:
@@ -4,9 +4,7 @@ ARG linux_bin
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN yum update -y && \
|
||||
yum install -y epel-release centos-release-openstack-train && \
|
||||
yum install -y rdma-core libibverbs
|
||||
RUN yum update -y && yum install -y epel-release
|
||||
|
||||
ADD ${linux_bin} /tmp
|
||||
RUN DOCKER=yes /tmp/${linux_bin}
|
||||
|
Reference in New Issue
Block a user