# openai python library test environment
FROM python:3.10.0-alpine
RUN pip install openai
RUN apk add bash curl
