Skip to content
Snippets Groups Projects
Commit 5f95e5f6 authored by nimrod's avatar nimrod
Browse files

Small correction.

parent d66ec7eb
No related branches found
No related tags found
No related merge requests found
Pipeline #2256 canceled
...@@ -10,6 +10,6 @@ RUN apt-get update && \ ...@@ -10,6 +10,6 @@ RUN apt-get update && \
libssl-dev \ libssl-dev \
zlib1g-dev \ zlib1g-dev \
&& \ && \
pip install --no-cache-dir --update pip tox pipenv | cat && \ pip install --progress-bar=off --no-cache-dir --upgrade pip tox pipenv && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* /root/.cache/* 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 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