Skip to content

Commit

Permalink
Merge pull request #20 from E-t-z/patch-1
Browse files Browse the repository at this point in the history
release 1.24
  • Loading branch information
jarischaefer authored Feb 1, 2017
2 parents 41ac3d8 + 2d6dd25 commit e41c45c
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 @@ -46,8 +46,8 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E5267A6C C300EE8C &
sed -i 's/;clear_env/clear_env/g' /etc/php/7.0/fpm/pool.d/www.conf && \
useradd librenms -d /opt/librenms -M -r && \
usermod -a -G librenms www-data && \
curl -ssL "https://github.com/librenms/librenms/archive/1.23.tar.gz" | tar xz -C /opt && \
mv /opt/librenms-1.23 /opt/librenms && \
curl -ssL "https://github.com/librenms/librenms/archive/1.24.tar.gz" | tar xz -C /opt && \
mv /opt/librenms-1.24 /opt/librenms && \
chown -R librenms:librenms /opt/librenms && \
apt-get -yq autoremove --purge && \
apt-get clean && \
Expand Down

0 comments on commit e41c45c

Please sign in to comment.