FROM pspdev/pspdev:latest
WORKDIR /workdir
RUN apk add --no-cache \
  python3 \
  py3-pip \
  py3-dotenv
VOLUME ["/workdir"]