We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad08e9 commit 92a5394Copy full SHA for 92a5394
utilities/ideascale-importer/Earthfile
@@ -15,8 +15,7 @@ build:
15
apt-get install -y --no-install-recommends curl build-essential libxml2-dev libxslt-dev zlib1g-dev python3-lxml
16
17
# Install Poetry
18
- RUN curl -sSL https://install.python-poetry.org | python3 -
19
-
+ RUN curl -sSL https://install.python-poetry.org | python3 - --version 1.8.0
20
# Set path to poetry
21
ENV PATH=/root/.local/bin:$PATH
22
0 commit comments