From 75b122bef088306a56851720540177e5513c1fd0 Mon Sep 17 00:00:00 2001 From: Sukalpo Mitra Date: Mon, 29 Jan 2024 14:10:19 +0800 Subject: [PATCH] removed the libgnutls30 upgrade and will be added in the vulnerabilities upgrade --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d29c33d..c5f0e258 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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