File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,10 +31,11 @@ ENV DEBIAN_FRONTEND=noninteractive
3131RUN apt-get update
3232RUN apt-get install -qy apt-transport-https
3333
34- # Use backports, updates, and security updates; all over https
35- RUN echo "deb https://deb.debian.org/debian/ jessie main contrib non-free" > /etc/apt/sources.list
36- RUN echo "deb https://deb.debian.org/debian/ jessie-backports main contrib non-free" >> /etc/apt/sources.list
37- RUN echo "deb https://deb.debian.org/debian/ jessie-updates main contrib non-free" >> /etc/apt/sources.list
34+ # Use backports, updates, and security updates; over https if possible
35+ RUN echo "deb https://deb.debian.org/debian jessie main contrib non-free" > /etc/apt/sources.list
36+ RUN echo "deb https://deb.debian.org/debian jessie-backports main contrib non-free" >> /etc/apt/sources.list
37+ RUN echo "deb https://deb.debian.org/debian jessie-updates main contrib non-free" >> /etc/apt/sources.list
38+ RUN echo "deb http://security.debian.org/debian-security jessie/updates main contrib non-free" >> /etc/apt/sources.list
3839
3940# Install needed packages
4041#
You can’t perform that action at this time.
0 commit comments