From 5d033e122878b9ce469f3f81b90ed9cbc0df79ef Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeff@scentech-medical.com> Date: Sat, 28 Jan 2023 20:38:04 +0200 Subject: [PATCH] Added missing backslash on new line --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8a44a23..29a4ad4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN apk update && \ make \ plantuml \ py3-pip \ - qpdf + qpdf \ freetype \ fontconfig \ gnupg \ @@ -34,7 +34,7 @@ RUN apk update && \ tar \ wget \ xz - + # DANGER: this will vary for different distributions, particularly the # `linuxmusl` suffix. Alpine linux is a musl libc based distribution, for other # "more common" distributions, you likely want just `-linux` suffix rather than -- GitLab