From 829f65a65f805f01527247d8631841ce39dc611c Mon Sep 17 00:00:00 2001 From: Fred Clausen <43556888+fredclausen@users.noreply.github.com> Date: Sat, 1 Jun 2024 12:19:19 -0600 Subject: [PATCH] Fix build error --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b545948..e2802ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV URL_MLAT_CLIENT_REPO="https://github.com/wiedehopf/mlat-client.git" \ PRIVATE_MLAT="false" \ MLAT_INPUT_TYPE="auto" -SHELL ["/bin/bash", "-o", "pipefail", "-x"] +SHELL ["/bin/bash", "-x", "-o", "pipefail", "-c"] RUN TEMP_PACKAGES=() && \ KEPT_PACKAGES=() && \ # Git and net-tools are needed to install and run @Mikenye's HealthCheck framework