Skip to content

Commit 997f0f0

Browse files
committed
TANDEM:10-12-01: Fixed cmd line missing arg
1 parent 96d8126 commit 997f0f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tandem/10-12-01-1/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ MAINTAINER Felipe da Veiga Leprevost <[email protected]>
2020
RUN ZIP=tandem-linux-10-12-01-1.zip && \
2121
wget https://github.com/BioDocker/software-archive/releases/download/X!Tandem/$ZIP -O /tmp/$ZIP && \
2222
unzip /tmp/$ZIP -d /home/biodocker/bin/ && \
23-
rm /tmp/$ZIP && \
24-
bash -c 'echo -e "#!/bin/bash\n/home/biodocker/bin/tandem-linux-10-12-01-1/bin/tandem.exe $@"' > /home/biodocker/bin/tandem && \
23+
rm /tmp/$ZIP
24+
25+
RUN bash -c 'echo -e "#!/bin/bash\n/home/biodocker/bin/tandem-linux-10-12-01-1/bin/tandem.exe \$@"' > /home/biodocker/bin/tandem && \
2526
chmod 755 /home/biodocker/bin/tandem
2627

2728
ENV PATH /home/biodocker/bin:$PATH

0 commit comments

Comments
 (0)