[sonic-slave]: Disable aspell for armhf (#7549)
Read more here: https://bugs.launchpad.net/qemu/+bug/1805913
This commit is contained in:
parent
95a1f7686f
commit
f88767b2ce
@ -343,6 +343,9 @@ RUN apt-get update && apt-get install -y \
|
|||||||
# Aspell is unable to locate the language dictionaries.
|
# Aspell is unable to locate the language dictionaries.
|
||||||
# Re-installing aspell-en dictionary to fix it.
|
# Re-installing aspell-en dictionary to fix it.
|
||||||
RUN apt-get install --reinstall -y aspell-en
|
RUN apt-get install --reinstall -y aspell-en
|
||||||
|
|
||||||
|
# workaround because of https://bugs.launchpad.net/qemu/+bug/1805913, just disable aspell
|
||||||
|
RUN cp /bin/true /usr/bin/aspell
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
## Config dpkg
|
## Config dpkg
|
||||||
|
Reference in New Issue
Block a user