hprasath commited on
Commit
1f6fd37
·
verified ·
1 Parent(s): 54b5267

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM node:16-alpine
3
 
4
  # Install OpenJDK (Java)
5
- RUN apk add --no-cache python3 py3-pip
6
 
7
  # Set working directory
8
  WORKDIR /code
 
2
  FROM node:16-alpine
3
 
4
  # Install OpenJDK (Java)
5
+ RUN apk add --no-cache python3 py3-pip g++
6
 
7
  # Set working directory
8
  WORKDIR /code