gaganyatri commited on
Commit
31bfcff
·
verified ·
1 Parent(s): 1eb00c5

Update Dockerfile

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