Skip to content

Commit 41dc424

Browse files
author
Patrick D. Lloyd
authored
fix(Docker): Fix ARM64 Docker builds by adding node-gyp dependencies (OHIF#3595) (OHIF#3596)
1 parent 88ef7b7 commit 41dc424

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ COPY platform /usr/src/app/platform
3838

3939
# Copy Files
4040
FROM node:16.15.0-slim as builder
41+
RUN apt-get update && apt-get install -y build-essential python3
4142
RUN mkdir /usr/src/app
4243
WORKDIR /usr/src/app
4344

0 commit comments

Comments
 (0)