Skip to content
Snippets Groups Projects
Commit 5f58d678 authored by Patrick Chabrier's avatar Patrick Chabrier
Browse files

Add new file

parent 9ba86dd4
No related branches found
No related tags found
No related merge requests found
FROM python:2.7.13
LABEL maintainer "Patrick Chabrier <patrick.chabrier@inrae.fr>"
ENV DEBIAN_FRONTEND noninteractive
RUN pip install git+https://github.com/galaxyproject/planemo.git@0.55.0
ENV GALAXY_TEST_UPLOAD_ASYNC false
ENV GALAXY_TEST_DEFAULT_INTERACTOR api
ENV GALAXY_TEST_PORT 7777
WORKDIR /galaxy-central
ENTRYPOINT ["planemo"]
CMD ["--help"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment