mirror of
https://github.com/sismics/docs.git
synced 2024-11-16 19:27:56 +01:00
removed the libgnutls30 upgrade and will be added in the vulnerabilities upgrade
This commit is contained in:
parent
25b553cbd7
commit
75b122bef0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user