Skip to content

Commit

Permalink
added rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
NioTeX committed Feb 12, 2016
1 parent 37b7d7b commit ef471e4
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 @@ -3,7 +3,7 @@ FROM node:slim
MAINTAINER Nimrod Nagy <nimrod.nagy@lynxsolutions.eu>

# Install git
RUN apt-get update && apt-get install -y git php
RUN apt-get update && apt-get install -y git rsync

# Global install gulp and bower
RUN npm install -g gulp grunt bower && \
Expand Down

0 comments on commit ef471e4

Please sign in to comment.