From 544aed007b9b26a73ca321c17d3f3b8f7172f9d4 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Sun, 8 Sep 2024 19:17:26 +0100 Subject: [PATCH] Dockerfile: fix whitespace inconsistencies We don't use hard tabs. --- docker/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 552324f..26262c3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -25,9 +25,9 @@ apt-get install -y --force-yes -q \ cpanminus \ gawk \ git \ - libssl-dev \ + libssl-dev \ make \ - patch \ + patch \ perlbrew \ texinfo \ texlive \