removed the libgnutls30 upgrade and will be added in the vulnerabilities upgrade

This commit is contained in:
Sukalpo Mitra 2024-01-29 14:10:19 +08:00
parent 25b553cbd7
commit 75b122bef0
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND noninteractive
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
RUN ln -fs /usr/share/zoneinfo/Europe/Paris /etc/localtime
RUN apt-get update && apt-get -y -q install --reinstall tzdata && apt-get upgrade libgnutls30 -y -q
RUN apt-get update && apt-get -y -q install --reinstall tzdata
RUN dpkg-reconfigure -f noninteractive tzdata
COPY docker/etc /etc
RUN echo "for f in \`ls /etc/bashrc.d/*\`; do . \$f; done;" >> ~/.bashrc