Skip to content

Commit da39068

Browse files
authored
Add missing python to node alpine base image (0.10) (#643)
CHerry pick Add missing python to node alpine base image (#640) Signed-off-by: Nana Essilfie-Conduah <[email protected]>
1 parent d04eb58 commit da39068

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
FROM node:16.15-alpine3.15
1+
FROM node:16-alpine
2+
RUN apk update && apk add g++ make py3-pip
23

34
# Setup
45
ENV NODE_ENV production

0 commit comments

Comments
 (0)