File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232# Update the system
3333# RUN echo "Europe/Paris" > /etc/timezone
3434RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35- RUN apt-get -qq update
35+ RUN apt-get -qq update && apt-get -y upgrade
3636RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737 apt-utils apt-transport-https \
3838 ca-certificates locales locales-all tzdata sudo \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232# Update the system
3333# RUN echo "Europe/Paris" > /etc/timezone
3434RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35- RUN apt-get -qq update
35+ RUN apt-get -qq update && apt-get -y upgrade
3636RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737 apt-utils apt-transport-https \
3838 ca-certificates locales locales-all tzdata sudo \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232# Update the system
3333# RUN echo "Europe/Paris" > /etc/timezone
3434RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35- RUN apt-get -qq update
35+ RUN apt-get -qq update && apt-get -y upgrade
3636RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737 apt-utils apt-transport-https \
3838 ca-certificates locales locales-all tzdata sudo \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232# Update the system
3333# RUN echo "Europe/Paris" > /etc/timezone
3434RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35- RUN apt-get -qq update
35+ RUN apt-get -qq update && apt-get -y upgrade
3636RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737 apt-utils apt-transport-https \
3838 ca-certificates locales locales-all tzdata sudo \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232# Update the system
3333# RUN echo "Europe/Paris" > /etc/timezone
3434RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35- RUN apt-get -qq update
35+ RUN apt-get -qq update && apt-get -y upgrade
3636RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737 apt-utils apt-transport-https \
3838 ca-certificates locales locales-all tzdata sudo \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232# Update the system
3333# RUN echo "Europe/Paris" > /etc/timezone
3434RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35- RUN apt-get -qq update
35+ RUN apt-get -qq update && apt-get -y upgrade
3636RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737 apt-utils apt-transport-https \
3838 ca-certificates locales locales-all tzdata sudo \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232# Update the system
3333# RUN echo "Europe/Paris" > /etc/timezone
3434RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35- RUN apt-get -qq update
35+ RUN apt-get -qq update && apt-get -y upgrade
3636RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737 apt-utils apt-transport-https \
3838 ca-certificates locales locales-all tzdata sudo \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232# Update the system
3333# RUN echo "Europe/Paris" > /etc/timezone
3434RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35- RUN apt-get -qq update
35+ RUN apt-get -qq update && apt-get -y upgrade
3636RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737 apt-utils apt-transport-https \
3838 ca-certificates locales locales-all tzdata sudo \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232# Update the system
3333# RUN echo "Europe/Paris" > /etc/timezone
3434RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35- RUN apt-get -qq update
35+ RUN apt-get -qq update && apt-get -y upgrade
3636RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737 apt-utils apt-transport-https \
3838 ca-certificates locales locales-all tzdata sudo \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ ENV LC_ALL $LANG
3232# Update the system
3333# RUN echo "Europe/Paris" > /etc/timezone
3434RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90-yes
35- RUN apt-get -qq update
35+ RUN apt-get -qq update && apt-get -y upgrade
3636RUN DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends \
3737 apt-utils apt-transport-https \
3838 ca-certificates locales locales-all tzdata sudo \
You can’t perform that action at this time.
0 commit comments