Fix malformed command

This commit is contained in:
Manuel Thalmann 2023-03-25 19:59:20 +01:00
parent b391602c67
commit ff1ad55d8a

View file

@ -21,7 +21,7 @@ RUN \
vim \
xmlstarlet \
&& { \
[ $"DEBUG" -eq 1 ] \
[ "$DEBUG" -eq 1 ] \
&& apt-get install -y \
build-essential \
imagemagick \