Skip to content

Commit

Permalink
remove fastnumbers from armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
axu2 authored Oct 4, 2024
1 parent fb7d92d commit 8ff401c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ RUN set -x && \
# Install required python modules
python -m pip install --upgrade pip && \
python -m venv /opt/venv && \
python -m pip install --upgrade pillow psutil requests python-slugify raven packaging mozjpeg-lossless-optimization natsort[fast] distro
python -m pip install --upgrade pillow psutil requests python-slugify raven packaging mozjpeg-lossless-optimization natsort distro


######################################################################################
Expand Down

0 comments on commit 8ff401c

Please sign in to comment.