gaganyatri commited on
Commit
1eb00c5
·
verified ·
1 Parent(s): 7b2af9a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  # Use official Python runtime as base image
2
  FROM slabstech/dhwani-api-server-base
3
 
 
4
  WORKDIR /app
5
 
6
  # Copy application code
 
1
  # Use official Python runtime as base image
2
  FROM slabstech/dhwani-api-server-base
3
 
4
+ sudo apt install wget
5
  WORKDIR /app
6
 
7
  # Copy application code