Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM kalabox/drush:stable
ADD drushrc.php /root/.drush/drushrc.php
RUN ln -s /usr/local/src/drush7/drush /usr/bin/drush
RUN apt-get update && apt-get install openssh-server mysql-client php5-mysql -y
RUN apt-get update && apt-get install openssh-server mysql-client php5-mysql php5-gd -y
RUN drush dl registry_rebuild

RUN mkdir /var/run/sshd
Expand Down