File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ RUN curl -fsSLO "$WGRIB2_URL" \
5555 && cd .. && rm -rf grib2 "$(basename " $WGRIB2_URL")"
5656
5757# Upgrade pip to the latest version
58- RUN pip install --upgrade pip
58+ RUN pip install --upgrade pip 'wheel>=0.46.2'
5959
6060# Install Poetry
6161RUN curl -sSL https://install.python-poetry.org | python3 -
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ RUN if [ -z "$ZYRA_VERSION" ] || [ "$ZYRA_VERSION" = "latest" ]; then \
9393 pip install --no-cache-dir --no-compile "zyra==${ZYRA_VERSION}" ; \
9494 fi; \
9595 fi \
96- && pip install --no-cache-dir --upgrade 'setuptools>=78.1.1'
96+ && pip install --no-cache-dir --upgrade 'setuptools>=78.1.1' 'wheel>=0.46.2'
9797
9898# Create mount points and permissions
9999RUN mkdir -p /workflows /data \
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ RUN set -eux; \
123123 pip install --no-cache-dir --no-compile "zyra==${ZYRA_VERSION}" ; \
124124 fi; \
125125 fi \
126- && pip install --no-cache-dir --upgrade 'setuptools>=78.1.1'
126+ && pip install --no-cache-dir --upgrade 'setuptools>=78.1.1' 'wheel>=0.46.2'
127127
128128# Create mount points and non-root user
129129RUN mkdir -p /workflows /data \
You can’t perform that action at this time.
0 commit comments