# Bioconda-based build against latest PyPI release
# Created for a specific user. Not part of the pypi release process
FROM condaforge/miniforge3:latest
ENV GPAS_CLIENT_VERSION=3.0.0rc1
RUN mamba install -c bioconda hostile==1.1.0
RUN pip install https://pypi.io/packages/source/g/gpas/gpas-${GPAS_CLIENT_VERSION}.tar.gz
