Skip to content

Commit acdab6f

Browse files
committed
Merge pull request #33 from haf/patch-1
Download with HTTPS
2 parents 3e04377 + 3517aec commit acdab6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN /usr/bin/easy_install supervisor-stdout
4242
ADD ./supervisord.conf /etc/supervisord.conf
4343

4444
# Install Wordpress
45-
ADD http://wordpress.org/latest.tar.gz /usr/share/nginx/latest.tar.gz
45+
ADD https://wordpress.org/latest.tar.gz /usr/share/nginx/latest.tar.gz
4646
RUN cd /usr/share/nginx/ && tar xvf latest.tar.gz && rm latest.tar.gz
4747
RUN mv /usr/share/nginx/html/5* /usr/share/nginx/wordpress
4848
RUN rm -rf /usr/share/nginx/www

0 commit comments

Comments
 (0)