We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ef7b7 commit 41dc424Copy full SHA for 41dc424
Dockerfile
@@ -38,6 +38,7 @@ COPY platform /usr/src/app/platform
38
39
# Copy Files
40
FROM node:16.15.0-slim as builder
41
+RUN apt-get update && apt-get install -y build-essential python3
42
RUN mkdir /usr/src/app
43
WORKDIR /usr/src/app
44
0 commit comments