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

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 openjdk11
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
6
 
7
  # Set working directory
8
  WORKDIR /code