Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
52f5d5d413d5681398e6b276a1c64100d5bf177b
/
.
/
images
/
builder
/
Earthfile
blob: f4e92d3fa4e554bd38f073e54bbb58239882088d [
file
] [
log
] [
blame
]
VERSION
0.7
image
:
FROM
../
base
+
image
DO
../+
APT_INSTALL
--
PACKAGES
"build-essential git python3-dev python3-pip python3-venv"
ARG POETRY_VERSION
=
1.4
.
2
RUN pip3 install
--
no
-
cache
-
dir poetry
==
$
{
POETRY_VERSION
}