From 7436c2a0d4136e0477554b03ffdaec3132e3f359 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Sat, 1 Jun 2024 12:12:05 +0200 Subject: [PATCH] Update to work with a new makefile --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 5aff7ce..400cbb2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,8 @@ FROM debian:latest +# Used in the makefile +ENV CHORDPRO_PIPELINE true + ARG ZOLA_VERSION="0.18.0" ARG CHORDPRO_VERSION="6.050"