Francesco Capuano commited on
Commit
5e0417a
·
1 Parent(s): 03b263c

update: Add google package to dependencies in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ WORKDIR /app
6
  COPY . .
7
 
8
  # Install dependencies
9
- RUN pip install grpcio
10
 
11
  # Expose the port that greeter_server listens on
12
  EXPOSE 8080
 
6
  COPY . .
7
 
8
  # Install dependencies
9
+ RUN pip install grpcio google
10
 
11
  # Expose the port that greeter_server listens on
12
  EXPOSE 8080