blob: f4e92d3fa4e554bd38f073e54bbb58239882088d [file] [log] [blame]
Mohammed Naser7060df82023-12-29 15:12:17 -05001VERSION 0.7
2
3image:
4 FROM ../base+image
Mohammed Naseraa48ddb2023-12-30 00:11:22 -05005 DO ../+APT_INSTALL --PACKAGES "build-essential git python3-dev python3-pip python3-venv"
Mohammed Naser7060df82023-12-29 15:12:17 -05006 ARG POETRY_VERSION=1.4.2
7 RUN pip3 install --no-cache-dir poetry==${POETRY_VERSION}