Mohammed Naser | 7060df8 | 2023-12-29 15:12:17 -0500 | [diff] [blame] | 1 | VERSION 0.7 |
2 | |||||
3 | image: | ||||
4 | FROM ../base+image | ||||
Mohammed Naser | aa48ddb | 2023-12-30 00:11:22 -0500 | [diff] [blame^] | 5 | DO ../+APT_INSTALL --PACKAGES "build-essential git python3-dev python3-pip python3-venv" |
Mohammed Naser | 7060df8 | 2023-12-29 15:12:17 -0500 | [diff] [blame] | 6 | ARG POETRY_VERSION=1.4.2 |
7 | RUN pip3 install --no-cache-dir poetry==${POETRY_VERSION} |