Skip to content

Commit

Permalink
2016-08-28 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarischaefer committed Aug 30, 2016
1 parent cb0c430 commit 470cb3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E5267A6C C300EE8C &
echo 'include_path = ".:/usr/share/php:/usr/lib/php/pear"' >> /etc/php/7.0/cli/php.ini && \
useradd librenms -d /opt/librenms -M -r -g www-data && \
cd /opt && \
curl -ssL "https://github.com/librenms/librenms/archive/201608.tar.gz" | tar xzf - && \
mv librenms-201608 librenms && \
curl -ssL "https://github.com/librenms/librenms/archive/20160828.tar.gz" | tar xzf - && \
mv librenms-20160828 librenms && \
cp /opt/librenms/config.php.default /opt/librenms/config.php && \
sed -i 's/#$config\['"'"'update'"'"'\]/$config['"'"'update'"'"']/g' /opt/librenms/config.php && \
apt-get -yq autoremove --purge && \
Expand Down

0 comments on commit 470cb3d

Please sign in to comment.