Fix invalid statement
This commit is contained in:
parent
2721d67eb9
commit
1eee4f84bb
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ RUN \
|
||||||
[ "$DEBUG" -eq 1 ] && { \
|
[ "$DEBUG" -eq 1 ] && { \
|
||||||
apt-get remove -y imagemagick; \
|
apt-get remove -y imagemagick; \
|
||||||
apt-get autoremove -y; \
|
apt-get autoremove -y; \
|
||||||
}
|
} || true
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
keilConfig="$(/usr/bin/entrypoint winepath 'C:\Keil_v5\TOOLS.INI')" && \
|
keilConfig="$(/usr/bin/entrypoint winepath 'C:\Keil_v5\TOOLS.INI')" && \
|
||||||
|
|
Loading…
Reference in a new issue