Adds libatomic1 for supporting armv7 better

This commit is contained in:
Trenton H 2022-11-29 12:44:53 -08:00
parent 52afab39cf
commit 3a74f24e49

View File

@ -127,7 +127,9 @@ ARG RUNTIME_PACKAGES="\
zlib1g \
# Barcode splitter
libzbar0 \
poppler-utils"
poppler-utils \
# RapidFuzz on armv7
libatomic1"
# Install basic runtime packages.
# These change very infrequently