Bump Requirements (#1114)

This commit is contained in:
Yuhong Sun
2024-02-21 23:15:20 -08:00
committed by GitHub
parent cfad36b828
commit 7874eadb00
2 changed files with 3 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ RUN echo "DANSWER_VERSION: ${DANSWER_VERSION}"
# zip for Vespa step futher down
# ca-certificates for HTTPS
RUN apt-get update && \
apt-get install -y cmake curl zip ca-certificates && \
apt-get install -y cmake curl zip ca-certificates libgnutls30=3.7.9-2+deb12u2 && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean