diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ff5e52b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [Unreleased] +### Added + + +## [1.0.1] - 2018-05-09 +### Added +- CHANGELOG +- python-dbus + +## [1.0.0] - 2018-05-08 +### Added +- Dockerfile +- README +- LICENCE \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index a7463a1..dfd87e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL author="William Desportes" \ vcs-url="https://github.com/williamdes/docker-web" RUN apt-get update && \ -apt-get install git imagemagick inkscape -y \ +apt-get install git imagemagick inkscape python-dbus -y \ && apt-get autoremove -y RUN curl -sS https://getcomposer.org/installer | php && mv composer.phar /usr/local/bin/composer \ No newline at end of file