Feature: change the source to manage timezone

This commit is contained in:
ECAILLE Fabrice (externe)
2017-03-17 12:05:35 +01:00
parent 7e4a3f0a41
commit ae04347319
2 changed files with 9 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ USER root
RUN apt-get clean && apt-get update \
&& apt-get install -y build-essential unzip \
&& wget -O Fake-Apache-Log-Generator.zip https://github.com/kiritbasu/Fake-Apache-Log-Generator/archive/master.zip \
&& wget -O Fake-Apache-Log-Generator.zip https://github.com/febbweiss/Fake-Apache-Log-Generator/archive/master.zip \
&& unzip Fake-Apache-Log-Generator.zip \
&& mv Fake-Apache-Log-Generator-master /fake-apache-log-generator \
&& rm Fake-Apache-Log-Generator.zip \