From d64491e5747ebe643dc68852b2304829befb82d8 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 25 Mar 2023 14:04:07 +0100 Subject: [PATCH] Remove duplicate command --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 77c59b4..919d183 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,7 +68,6 @@ RUN \ # Branch "end": exit with code 0 -e ":end q;")"; \ exitCode="$?"; \ - exitCode=$?; \ # Kill installer if it got stuck (according to console output) [ "$exitCode" -eq 42 ] && pkill -9 MDK537.exe; \ # Use `sed`s exit code if non-zero