Skip to content

Commit

Permalink
Install typing-extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
srosam committed Feb 2, 2023
1 parent 9cf9599 commit ebf6aa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ WORKDIR /app

# We are installing a dependency here directly into our app source dir
RUN pip install --target=/app gitpython
RUN pip install --target=/app typing-extensions

# A distroless container image with Python and some basics like SSL certificates
# https://github.com/GoogleContainerTools/distroless
Expand Down

0 comments on commit ebf6aa6

Please sign in to comment.