Merge branch 'master' into arm64

This commit is contained in:
Serge Schneider 2025-01-02 13:27:07 +00:00
commit 47958f5efe

View File

@ -1,7 +1,7 @@
ARG BASE_IMAGE=debian:bullseye
FROM ${BASE_IMAGE}
ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -y update && \
apt-get -y install --no-install-recommends \