Skip to content

Commit

Permalink
Fix: add multiarch-support to account for archive package
Browse files Browse the repository at this point in the history
  • Loading branch information
rdig committed Oct 30, 2024
1 parent 5c33202 commit bb25194
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN apt-get install -y \
build-essential \
curl \
file \
zip
zip \
multiarch-support

# Reconfigure locales
RUN echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen
Expand Down

0 comments on commit bb25194

Please sign in to comment.