Skip to content

Commit

Permalink
Merge branch 'add-galaxy2cwl' of https://github.com/stain/seek into s…
Browse files Browse the repository at this point in the history
…tain-add-galaxy2cwl
  • Loading branch information
stuzart committed Nov 25, 2020
2 parents ac2f7a9 + 1224aba commit 9817451
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ coverage/

Test\ Results*.html

docker-compose.override.yml
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,23 @@ RUN apt-get update -qq && \
libcurl4-gnutls-dev libmagick++-dev libpq-dev libreadline-dev \
libreoffice libsqlite3-dev libssl-dev libxml++2.6-dev \
libxslt1-dev locales default-mysql-client nginx nodejs openjdk-8-jdk \
python3 python3-pip python3-setuptools python3-wheel python3-psutil python3-dev \
poppler-utils postgresql-client sqlite3 links telnet vim-tiny zip && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* && \
locale-gen en_US.UTF-8

RUN mkdir -p $APP_DIR
RUN chown www-data $APP_DIR
RUN chown -R www-data $APP_DIR /var/www

USER www-data

WORKDIR $APP_DIR

# CWL dependencies, galaxy2cwl
RUN pip3 install cwltool==3.0.20200324120055 html5lib==1.0.1 galaxy2cwl==0.1.4


# Bundle install throw errors if Gemfile has been modified since Gemfile.lock
COPY Gemfile* ./
RUN bundle config --local frozen 1 && \
Expand Down

0 comments on commit 9817451

Please sign in to comment.