Skip to content

Commit

Permalink
fix(dialign): set correct default
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmann committed Jan 27, 2017
1 parent 4efef41 commit e1e2087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:14.04
MAINTAINER Peter Belmann

ARG DIALIGN_DESTINATION=/dialign2
ARG DIALIGN_DESTINATION=/dialign
RUN apt-get update
RUN apt-get install -y wget build-essential
RUN wget http://bibiserv.techfak.uni-bielefeld.de/applications/dialign/resources/downloads/dialign-2.2.1-src.tar.gz
Expand Down

0 comments on commit e1e2087

Please sign in to comment.