UNCLASSIFIED

Commit 4fb660f6 authored by Matt Vasquez's avatar Matt Vasquez
Browse files

cve fix

parent b6f41bc8
Pipeline #356351 failed with stages
in 84 minutes and 29 seconds
...@@ -40,7 +40,7 @@ USER root ...@@ -40,7 +40,7 @@ USER root
RUN rm -f /home/jovyan/.cache/pypoetry/virtualenvs/jaic-df-qX42fgRL-py3.8/lib/python3.8/site-packages/featuretools/tests/primitive_tests/test_feature_serialization.py && \ RUN rm -f /home/jovyan/.cache/pypoetry/virtualenvs/jaic-df-qX42fgRL-py3.8/lib/python3.8/site-packages/featuretools/tests/primitive_tests/test_feature_serialization.py && \
rm -f /home/jovyan/.cache/pypoetry/virtualenvs/jaic-df-qX42fgRL-py3.8/lib/python3.8/site-packages/featuretools/tests/primitive_tests/__pycache__/test_feature_serialization.cpython-38.pyc && \ rm -f /home/jovyan/.cache/pypoetry/virtualenvs/jaic-df-qX42fgRL-py3.8/lib/python3.8/site-packages/featuretools/tests/primitive_tests/__pycache__/test_feature_serialization.cpython-38.pyc && \
rm -rf /tmp/.cache/pypoetry/virtualenvs/jaic-mf-t_BZc04u-py3.8/lib/python3.8/site-packages/bleach/_vendor/Django-1.11.29.dist-info && \ rm -f /home/jovyan/.cache/pypoetry/virtualenvs/jaic-mf-t_BZc04u-py3.8/lib/python3.8/site-packages/bleach/_vendor/Django-1.11.29.dist-info && \
find /home/jovyan/.cache/pypoetry/virtualenvs -name "*.pem" -o -name "*.key" | grep -v "certifi/cacert.pem" | xargs rm -f && \ find /home/jovyan/.cache/pypoetry/virtualenvs -name "*.pem" -o -name "*.key" | grep -v "certifi/cacert.pem" | xargs rm -f && \
mv /home/jovyan/.cache /tmp/ && \ mv /home/jovyan/.cache /tmp/ && \
mv /home/jovyan/.local /tmp/ && \ mv /home/jovyan/.local /tmp/ && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment