Skip to content

Commit

Permalink
Merge pull request #37 from joaocc/patch-1
Browse files Browse the repository at this point in the history
Trying to fix build-failure in docker hub
  • Loading branch information
CWSpear authored Jul 13, 2016
2 parents d5af647 + 08a8079 commit c4f7102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ RUN chmod +x /usr/bin/docker-volume-local-persist
ADD https://github.com/Yelp/dumb-init/releases/download/v1.1.1/dumb-init_1.1.1_amd64 /usr/bin/dumb-init
RUN chmod +x /usr/bin/dumb-init

RUN mkdir /var/lib/docker/plugin-data/
RUN mkdir -p /var/lib/docker/plugin-data/

CMD ["dumb-init", "/usr/bin/docker-volume-local-persist"]

0 comments on commit c4f7102

Please sign in to comment.