mirror of https://github.com/google/oss-fuzz.git
[base-builder] Fix temp dir deletion for atheris (#5434)
Add back /tmp dir deletion that was accidentally removed before #5344 was committed.
This commit is contained in:
parent
adb627a017
commit
cb083cb365
|
@ -64,7 +64,7 @@ RUN export PYTHON_DEPS="\
|
||||||
# six for Bazel rules.
|
# six for Bazel rules.
|
||||||
RUN unset CFLAGS CXXFLAGS && pip3 install -v --no-cache-dir \
|
RUN unset CFLAGS CXXFLAGS && pip3 install -v --no-cache-dir \
|
||||||
atheris pyinstaller==4.1 six==1.15.0 && \
|
atheris pyinstaller==4.1 six==1.15.0 && \
|
||||||
rm -rf /root/.cache/pip
|
rm -rf /tmp/*
|
||||||
|
|
||||||
# Download and install the latest stable Go.
|
# Download and install the latest stable Go.
|
||||||
RUN cd /tmp && \
|
RUN cd /tmp && \
|
||||||
|
|
Loading…
Reference in New Issue