fix: update dockerfile with additional build to support different arch
This commit is contained in:
parent
08adb43d63
commit
9e58dd0624
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue