commit | aa48ddb8bab34661635c577ef86c6dddb5015d83 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Sat Dec 30 00:11:22 2023 -0500 |
committer | GitHub <noreply@github.com> | Sat Dec 30 00:11:22 2023 -0500 |
tree | 047e5c7affb5cccc1be2377a7dbf67aa98e7481e | |
parent | 467ff8cfdad22570e497f6cfbff6efea2c650a61 [diff] [blame] |
chore: add glance images (#809)
diff --git a/images/builder/Earthfile b/images/builder/Earthfile index b7025b4..f4e92d3 100644 --- a/images/builder/Earthfile +++ b/images/builder/Earthfile
@@ -2,6 +2,6 @@ image: FROM ../base+image - DO ../+APT_INSTALL --packages "build-essential git python3-dev python3-pip python3-venv" + 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}