Skip to content

Commit

Permalink
201609 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jarischaefer committed Oct 2, 2016
1 parent 15b5a10 commit 4b5d67f
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 @@ -63,8 +63,8 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E5267A6C C300EE8C &
useradd librenms -d /opt/librenms -M -r && \
usermod -a -G librenms www-data && \
cd /opt && \
curl -ssL "https://github.com/librenms/librenms/archive/20160828.tar.gz" | tar xzf - && \
mv librenms-20160828 librenms && \
curl -ssL "https://github.com/librenms/librenms/archive/201609.tar.gz" | tar xzf - && \
mv librenms-201609 librenms && \
chown -R librenms:librenms /opt/librenms && \
apt-get -yq autoremove --purge && \
apt-get clean && \
Expand Down

0 comments on commit 4b5d67f

Please sign in to comment.