Skip to content

Commit

Permalink
Install git in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Oct 22, 2023
1 parent ef9d3f3 commit d9df64b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Pull python3.11-alpine image (smallest)
FROM python:3.11-alpine

# Install git
RUN apk add --no-cache git

# Copy validator.py to root
COPY src/validator.py /validator.py

Expand Down

0 comments on commit d9df64b

Please sign in to comment.