Skip to content
This repository has been archived by the owner on Dec 3, 2023. It is now read-only.

Commit

Permalink
Added CHANGELOG.md
Browse files Browse the repository at this point in the history
Added: python-dbus
  • Loading branch information
williamdes committed May 9, 2018
1 parent 1623cc4 commit d8e69c3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d8e69c3

Please sign in to comment.