talk-recording - set allow_all and skip_verify via env

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-06-27 10:59:20 +02:00
parent 2399728731
commit 7bb7545972
2 changed files with 5 additions and 3 deletions

View file

@ -3,6 +3,8 @@ FROM python:3.11.4-alpine3.18
COPY --chmod=775 start.sh /start.sh
ENV RECORDING_VERSION v17.0.2
ENV ALLOW_ALL false
ENV SKIP_VERIFY false
RUN set -ex; \
apk add --no-cache \