diff --git a/changelog/unreleased/fix-dockerfile-for-posixfs.md b/changelog/unreleased/fix-dockerfile-for-posixfs.md new file mode 100644 index 0000000000..273369588a --- /dev/null +++ b/changelog/unreleased/fix-dockerfile-for-posixfs.md @@ -0,0 +1,7 @@ +Bugfix: Add inotify-tools and bash packages to docker files + +We need both packages to make posixfs work. Later, once the golang +package is fixed to not depend on bash any more, bash can be removed +again. + +https://github.com/owncloud/ocis/pull/