From fab0ba40eeec51c83a8608b40c0273f639c9c021 Mon Sep 17 00:00:00 2001 From: Carl Tashian <carl@smallstep.com> Date: Tue, 29 Jun 2021 15:53:05 -0700 Subject: [PATCH] Tabs --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d3cebe5..dec3ce7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,9 +16,9 @@ RUN apt update; \ | jq -re ".ca" \ | tee /usr/local/share/ca-certificates/root_ca.crt; \ fingerprint=$(openssl x509 -in /usr/local/share/ca-certificates/root_ca.crt -noout -sha256 -fingerprint \ - | tr -d ":" \ - | cut -d "=" -f 2 \ - | tr "[:upper:]" "[:lower:]"); \ + | tr -d ":" \ + | cut -d "=" -f 2 \ + | tr "[:upper:]" "[:lower:]"); \ if [ $fingerprint = ${CA_FINGERPRINT} ]; then \ /usr/sbin/update-ca-certificates; \ else \ -- GitLab