Removed trailing space

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2021-09-23 08:18:23 +02:00
parent 25fa1f4ee9
commit a30519af59
No known key found for this signature in database
GPG Key ID: 0C87282F76E61283

View File

@ -1,7 +1,7 @@
FROM php:7.4-apache
EXPOSE 80
RUN apt-get update \
&& apt-get install -y wget \
&& apt-get install -y wget \
&& wget https://dl-ssl.google.com/dl/linux/direct/mod-pagespeed-stable_current_amd64.deb -O /tmp/modpagespeed.deb \
&& dpkg -i /tmp/modpagespeed.deb \
&& rm /tmp/modpagespeed.deb \