Skip to content

Commit 4904641

Browse files
committed
Add Git support in the container
GitHub Actions is complaining about the Docker binary missing from the Docker container. Why that should be a problem in Actions but not locally, IDK.
1 parent 2181890 commit 4904641

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ RUN apt-get update && apt-get install -y zip \
88
ffmpeg \
99
curl \
1010
wget \
11+
git \
1112
tesseract-ocr \
1213
python3 \
1314
python3-pip \

0 commit comments

Comments
 (0)