Skip to content

Commit

Permalink
Add .proto to Docker for generation
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schildt <[email protected]>
  • Loading branch information
SebastianSchildt committed Sep 8, 2022
1 parent 8406b62 commit f6f119b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kuksa_viss_client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ FROM python:3.10-alpine as build
RUN apk update && apk add git alpine-sdk linux-headers
COPY kuksa_viss_client /kuksa.val/kuksa_viss_client/
COPY kuksa_certificates /kuksa.val/kuksa_certificates/
COPY kuksa-val-server/protos/kuksa.proto /kuksa.val/kuksa_viss_client/kuksa.proto
WORKDIR /kuksa.val/kuksa_viss_client
RUN pip install --upgrade pip build grpcio grpcio-tools
RUN rm -rf dist
Expand Down

0 comments on commit f6f119b

Please sign in to comment.