hprasath commited on
Commit
c15d0fd
·
verified ·
1 Parent(s): 5f6f940

Update Dockerfile

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