Downgrade Debian version to old stable (11 Bullseye). Debian 12 does not work with Centos 8 (libseccomp too old).
This commit is contained in:
parent
48bb9f2143
commit
86f4f5ed85
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user