From a8018223236160adb48dad344030f44fbf270c69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=2E=20=CE=A6=CE=AF=CE=BB=CE=B9=CF=80=CF=80=CE=BF=CF=82?= <33333559+d3vilh@users.noreply.github.com> Date: Mon, 30 Dec 2024 21:28:55 +0200 Subject: [PATCH] to be tested. line 33. don't use in prod yet. --- build/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/Dockerfile b/build/Dockerfile index 9ac106f..3ce9db5 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,6 +1,8 @@ # armv5l raspberry pi 1/zero 32bit: FROM arm32v5/debian:stable-slim, armv7l raspberry pi 2/3/4 32bit: FROM arm32v7/debian:stable-slim # AMD64 64bit: FROM debian:stable-slim, arm64v8 64bit: FROM arm64v8/debian:stable-slim +# LINE 33 is WA for current version of easy-rsa, it will be removed in future!! + FROM DEFINE-YOUR-ARCH LABEL maintainer="Mr.Philipp " LABEL version="0.9.5.6"