Skip to content

Commit

Permalink
release 1.22.01
Browse files Browse the repository at this point in the history
  • Loading branch information
jarischaefer committed Dec 10, 2016
1 parent 33334c0 commit 988f5d1
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 @@ -43,8 +43,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.22.tar.gz" | tar xz -C /opt && \
mv /opt/librenms-1.22 /opt/librenms && \
curl -ssL "https://github.com/librenms/librenms/archive/1.22.01.tar.gz" | tar xz -C /opt && \
mv /opt/librenms-1.22.01 /opt/librenms && \
chown -R librenms:librenms /opt/librenms && \
apt-get -yq autoremove --purge && \
apt-get clean && \
Expand Down

0 comments on commit 988f5d1

Please sign in to comment.