Re-add importand comment line

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2023-12-17 13:42:19 +01:00
parent 59cfc75ae7
commit 5f8ca1822f
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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