We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc8f24 commit 45798c1Copy full SHA for 45798c1
diann-2.1.0/Dockerfile
@@ -33,8 +33,8 @@ ENV LC_ALL=en_US.UTF-8
33
34
# Download and install DIA-NN
35
RUN wget --no-check-certificate https://github.com/vdemichev/DiaNN/releases/download/2.0/DIA-NN-2.1.0-Academia-Linux.zip && \
36
- unzip /tmp/DIA-NN-2.1.0-Academia-Linux.zip -d /usr/ && \
37
- rm /tmp/DIA-NN-2.1.0-Academia-Linux.zip
+ unzip DIA-NN-2.1.0-Academia-Linux.zip -d /usr/ && \
+ rm DIA-NN-2.1.0-Academia-Linux.zip
38
39
# Remove unnecessary packages
40
RUN apt-get remove -y wget unzip && apt-get autoremove -y && apt-get clean && \
0 commit comments