Remove unnecessary statements

This commit is contained in:
Manuel Thalmann 2023-03-25 13:41:58 +01:00
parent ebd13a9e9e
commit 8d77543c25

View file

@ -172,9 +172,6 @@ RUN \
/usr/bin/entrypoint xvfb-run wine 'C:\Keil_v5\UV4\PackUnzip.exe' --embedded --agree-license InES.pack & \
pid="$!"; \
wait "$pid"; \
pkill -P -9 "$pid" > /dev/null 2>&1; \
kill -9 "$pid" > /dev/null 2>&1; \
kill -9 "$displayPID" > /dev/null 2>&1; \
rm InES.pack; \
rm -f /tmp/.X*-lock;