Downgrade Debian version to old stable (11 Bullseye). Debian 12 does not work with Centos 8 (libseccomp too old).

This commit is contained in:
yohan 2023-08-04 18:45:48 +02:00
parent 48bb9f2143
commit 86f4f5ed85

View File

@ -1,4 +1,4 @@
FROM debian:bookworm FROM debian:bullseye
MAINTAINER yohan <783b8c87@scimetis.net> MAINTAINER yohan <783b8c87@scimetis.net>
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get -y install openvpn procps iptables RUN apt-get update && apt-get -y install openvpn procps iptables