kerio-vpnclient (9.4.5)
Published 2026-04-12 18:13:29 +00:00 by admin
Installation
docker pull gitea.kubha.art/tools/kerio-vpnclient:9.4.5sha256:da754e484ee8f9bba2e20da3509121cf0b5d8a02fad3fe79d6806cbe3277f7d8Image Layers
| # debian.sh --arch 'amd64' out/ 'bullseye' '@1773619200' |
| COPY kerio-control-vpnclient-9.4.5-8629-linux-amd64.deb /tmp/ # buildkit |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && dpkg --unpack /tmp/kerio-control-vpnclient-9.4.5-8629-linux-amd64.deb && rm -f /var/lib/dpkg/info/kerio-control-vpnclient.postinst && apt-get install -y -f && apt-get install -y -f supervisor debconf && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* # buildkit |
| COPY supervisord.conf /etc/supervisor/conf.d/kerio.conf # buildkit |
| WORKDIR /root |
| CMD ["/usr/bin/supervisord" "-c" "/etc/supervisor/supervisord.conf"] |