Skip to content

Commit

Permalink
fix: update dockerfile with additional build to support different arch
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-irvin authored Sep 9, 2024
1 parent 08adb43 commit 9e58dd0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9e58dd0

Please sign in to comment.