Fix broken build SHA issue (#885)

This commit is contained in:
Yuhong Sun
2023-12-26 14:36:40 -08:00
committed by GitHub
parent 26946198de
commit 4aebf824d2
3 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ RUN mkdir -p /etc/apt/keyrings && \
# Remove tornado test key to placate vulnerability scanners
# More details can be found here:
# https://github.com/tornadoweb/tornado/issues/3107
RUN apt-get remove -y linux-libc-dev && \
RUN apt-get remove -y linux-libc-dev git && \
apt-get autoremove -y && \
rm -rf /var/lib/apt/lists/* && \
rm /usr/local/lib/python3.11/site-packages/tornado/test/test.key