Add git
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2023-08-15 10:12:33 +02:00
parent 1175e57578
commit 6b8e3731bb
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
FROM python:3-alpine
RUN pip install openai
RUN apk add --no-cache \
git \
&& \
pip install openai