Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
c32dc93ef889d15efb42c8bf9c51fae21c37fee1
/
.
/
images
/
builder
/
Earthfile
blob: b7025b4e09d9818aad7eab04129997324fa4da41 [
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
}