From b804aedf1daf7f72743f3fa47faab4371a3e20af Mon Sep 17 00:00:00 2001 From: Sophie Depassio Date: Wed, 27 Mar 2024 18:36:58 +0100 Subject: [PATCH] update docker testing workflow --- .github/docker/testing/Dockerfile.testing-plugins-bullseye | 1 + .github/workflows/docker-builder-testing-plugins.yml | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/docker/testing/Dockerfile.testing-plugins-bullseye b/.github/docker/testing/Dockerfile.testing-plugins-bullseye index 886ec04c74..34a2a468f7 100644 --- a/.github/docker/testing/Dockerfile.testing-plugins-bullseye +++ b/.github/docker/testing/Dockerfile.testing-plugins-bullseye @@ -18,6 +18,7 @@ EOF ENV LANG en_US.utf8 RUN bash -e <