File tree Expand file tree Collapse file tree 6 files changed +12
-24
lines changed Expand file tree Collapse file tree 6 files changed +12
-24
lines changed Original file line number Diff line number Diff line change @@ -115,10 +115,8 @@ RUN \
115
115
116
116
# Install SMTP.
117
117
RUN apt-get -qq update && \
118
- apt-get -yqq install libgnutls-openssl27 && \
119
- wget ftp.de.debian.org/debian/pool/main/s/ssmtp/ssmtp_2.64-8.1+b1_amd64.deb && \
120
- apt-get -q autoclean && rm -rf /var/lib/apt/lists/* && \
121
- dpkg -i ssmtp_2.64-8.1+b1_amd64.deb
118
+ apt-get -yqq install libgnutls-openssl27 ssmtp && \
119
+ apt-get -q autoclean && rm -rf /var/lib/apt/lists/*
122
120
123
121
# Install Apache web server.
124
122
RUN apt-get -qq update && \
Original file line number Diff line number Diff line change @@ -120,10 +120,8 @@ RUN \
120
120
121
121
# Install SMTP.
122
122
RUN apt-get -qq update && \
123
- apt-get -yqq install libgnutls-openssl27 && \
124
- wget ftp.de.debian.org/debian/pool/main/s/ssmtp/ssmtp_2.64-8.1+b1_amd64.deb && \
125
- apt-get -q autoclean && rm -rf /var/lib/apt/lists/* && \
126
- dpkg -i ssmtp_2.64-8.1+b1_amd64.deb
123
+ apt-get -yqq install libgnutls-openssl27 ssmtp && \
124
+ apt-get -q autoclean && rm -rf /var/lib/apt/lists/*
127
125
128
126
# Install Apache web server.
129
127
RUN apt-get -qq update && \
Original file line number Diff line number Diff line change @@ -121,10 +121,8 @@ RUN \
121
121
122
122
# Install SMTP.
123
123
RUN apt-get -qq update && \
124
- apt-get -yqq install libgnutls-openssl27 && \
125
- wget ftp.de.debian.org/debian/pool/main/s/ssmtp/ssmtp_2.64-8.1+b1_amd64.deb && \
126
- apt-get -q autoclean && rm -rf /var/lib/apt/lists/* && \
127
- dpkg -i ssmtp_2.64-8.1+b1_amd64.deb
124
+ apt-get -yqq install libgnutls-openssl27 ssmtp && \
125
+ apt-get -q autoclean && rm -rf /var/lib/apt/lists/*
128
126
129
127
# Install Apache web server.
130
128
RUN apt-get -qq update && \
Original file line number Diff line number Diff line change @@ -120,10 +120,8 @@ RUN \
120
120
121
121
# Install SMTP.
122
122
RUN apt-get -qq update && \
123
- apt-get -yqq install libgnutls-openssl27 && \
124
- wget ftp.de.debian.org/debian/pool/main/s/ssmtp/ssmtp_2.64-8.1+b1_amd64.deb && \
125
- apt-get -q autoclean && rm -rf /var/lib/apt/lists/* && \
126
- dpkg -i ssmtp_2.64-8.1+b1_amd64.deb
123
+ apt-get -yqq install libgnutls-openssl27 ssmtp && \
124
+ apt-get -q autoclean && rm -rf /var/lib/apt/lists/*
127
125
128
126
# Install Apache web server.
129
127
RUN apt-get -qq update && \
Original file line number Diff line number Diff line change @@ -120,10 +120,8 @@ RUN \
120
120
121
121
# Install SMTP.
122
122
RUN apt-get -qq update && \
123
- apt-get -yqq install libgnutls-openssl27 && \
124
- wget ftp.de.debian.org/debian/pool/main/s/ssmtp/ssmtp_2.64-8.1+b1_amd64.deb && \
125
- apt-get -q autoclean && rm -rf /var/lib/apt/lists/* && \
126
- dpkg -i ssmtp_2.64-8.1+b1_amd64.deb
123
+ apt-get -yqq install libgnutls-openssl27 ssmtp && \
124
+ apt-get -q autoclean && rm -rf /var/lib/apt/lists/*
127
125
128
126
# Install Apache web server.
129
127
RUN apt-get -qq update && \
Original file line number Diff line number Diff line change @@ -120,10 +120,8 @@ RUN \
120
120
121
121
# Install SMTP.
122
122
RUN apt-get -qq update && \
123
- apt-get -yqq install libgnutls-openssl27 && \
124
- wget ftp.de.debian.org/debian/pool/main/s/ssmtp/ssmtp_2.64-8.1+b1_amd64.deb && \
125
- apt-get -q autoclean && rm -rf /var/lib/apt/lists/* && \
126
- dpkg -i ssmtp_2.64-8.1+b1_amd64.deb
123
+ apt-get -yqq install libgnutls-openssl27 ssmtp && \
124
+ apt-get -q autoclean && rm -rf /var/lib/apt/lists/*
127
125
128
126
# Install Apache web server.
129
127
RUN apt-get -qq update && \
You can’t perform that action at this time.
0 commit comments