From 5f8ca1822fd24fbb71fde10f03d010bec9cda0b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Sun, 17 Dec 2023 13:42:19 +0100 Subject: [PATCH] Re-add importand comment line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- test/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Dockerfile b/test/Dockerfile index 8763519..3c5e42e 100644 --- a/test/Dockerfile +++ b/test/Dockerfile @@ -14,6 +14,7 @@ RUN apk add --no-cache \ curl \ && pip3 install --break-system-packages --no-cache-dir -U pip \ && pip3 install --break-system-packages --no-cache-dir -r requirements.txt \ + # Not 100% sure what this line does, but it's always been in the Dockerfile (aside from pointing at a different file) # Tests fall over without it. Investigate later. && sed -i 's|/bin/sh|/bin/bash|g' /usr/lib/python3.11/site-packages/testinfra/backend/docker.py