Skip to content

Commit

Permalink
Clean unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
BertrandGouny committed Mar 22, 2019
1 parent c86a260 commit b44ca39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [3.9.1-1] - 2019-03-22
### Fixed
- Cron log with /usr/bin/logger
- Clean unnecessary files

## [3.9.1] - 2019-03-21
### Changed
Expand Down
1 change: 1 addition & 0 deletions image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ RUN apt-get update \
&& curl -fsSL -o /var/www/matomo_bootstrap/misc/GeoLite2-City.tar.gz https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.tar.gz \
&& cd /var/www/matomo_bootstrap/misc \
&& tar -xvf /var/www/matomo_bootstrap/misc/GeoLite2-City.tar.gz --strip-components 1 \
&& rm -rf GeoLite2-City.tar.gz COPYRIGHT.txt LICENSE.txt README.txt \
&& cd - \
&& apt-get remove -y --purge --auto-remove curl \
&& rm matomo.tar.gz \
Expand Down

0 comments on commit b44ca39

Please sign in to comment.