Skip to content

Commit

Permalink
Merge pull request bgruening#19 from jmchilton/devtools
Browse files Browse the repository at this point in the history
Add watchdog to Galaxy's virtualenv.
  • Loading branch information
bgruening committed Oct 31, 2014
2 parents 6234189 + 9a4969b commit d149fdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions galaxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ RUN /usr/sbin/create-munge-key
RUN mkdir -p /var/run/munge && chown root:root /var/lib/munge/ /var/log/munge/ /var/run/munge /etc/munge/ /etc/munge/munge.key
ADD ./configure_slurm.py /usr/sbin/configure_slurm.py

# Add optional watchdog dependency to Galaxy's environment.
RUN . /root/venv/bin/activate && pip install watchdog

# Expose port 80 to the host
EXPOSE :80
Expand Down

0 comments on commit d149fdb

Please sign in to comment.