Skip to content
Snippets Groups Projects
Commit 6a2e917c authored by nimrod's avatar nimrod
Browse files

Fix build.

parent 8b2dc868
Branches
No related tags found
No related merge requests found
Pipeline #2254 canceled
......@@ -10,6 +10,6 @@ RUN apt-get update && \
libssl-dev \
zlib1g-dev \
&& \
pip install --progress-bar=off --no-cache-dir --upgrade pip<21.0 tox pipenv && \
pip install --progress-bar=off --no-cache-dir --upgrade 'pip<21.0' tox pipenv && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* /root/.cache/*
COPY --from=goose /usr/local/bin/goose /usr/local/bin/goose
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment