fix: update dockerfile with additional build to support different arch

This commit is contained in:
Jonathan Irvin 2024-09-09 14:34:56 -05:00 committed by GitHub
parent 08adb43d63
commit 9e58dd0624
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ ENV NEXT_TELEMETRY_DISABLED=1
RUN apk add --no-cache \
bash=5.2.21-r0 \
supervisor=4.2.5-r4
supervisor=4.2.5-r4 \
make \
build-base
WORKDIR /app