Skip to content
This repository has been archived by the owner on Mar 11, 2020. It is now read-only.

Commit

Permalink
Fix Apache2 provisioner bug where /var/lock does not exist.
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Nickoloff <jeff@allingeek.com>
  • Loading branch information
allingeek committed Jul 5, 2017
1 parent a1eae9e commit 0bed52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioners/init.apache2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
RUN mkdir /var/lock/apache2 && chown www-data:www-data /var/lock/apache2
RUN mkdir -p /var/lock/apache2 && chown www-data:www-data /var/lock/apache2

0 comments on commit 0bed52d

Please sign in to comment.