Dockerfile: Fix build error on ARM

This commit is contained in:
Johan Gunnarsson 2021-02-05 00:02:47 +01:00
parent b4d0f0e4ec
commit fda53dfb2a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ RUN apt-get update && \
([ "$(uname -m)" = "x86_64" ] && \
apt-get --assume-yes \
install gcc-aarch64-linux-gnu \
gcc-arm-linux-gnueabihf) && \
gcc-arm-linux-gnueabihf || :) && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
rm -f /var/log/*.log