Skip to content

Commit

Permalink
added URI::Esacpe to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjohnhaas committed Mar 10, 2020
1 parent ac4d083 commit e549e82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ RUN git clone https://github.com/NCIP/ctat-mutations.git && \
cd ctat-mutations && \
git checkout ${CTAT_MUTATIONS_COMMIT}

RUN curl -L http://cpanmin.us | perl - App::cpanminus

RUN cpanm install URI::Escape



0 comments on commit e549e82

Please sign in to comment.