More PID handling fixes

This commit is contained in:
2021-05-03 08:14:13 +00:00
parent 4bbe0093f6
commit 168d7f1fd0
3 changed files with 9 additions and 5 deletions

View File

@@ -12,7 +12,8 @@ RUN apt-get update -qq \
&& apt-get install -y -qq \
python3-pip \
openvpn \
strongswan
strongswan \
libcharon-extra-plugins
# Dump on console what modules StrongSwan attempts to load
RUN echo '#!/bin/bash' > /usr/sbin/modprobe \