Skip to content

Commit

Permalink
Merge pull request #171 from Electrostatics/intendo/issue_167
Browse files Browse the repository at this point in the history
Fix zip file name
  • Loading branch information
Darren Curtis authored Mar 23, 2022
2 parents 0c8dff4 + ea05d7a commit 3a37625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ RUN apt update -y \
&& pip3 install pdb2pqr==${PDB2PQR_VERSION} \
# Download APBS binary from GitHub release
&& wget https://github.com/Electrostatics/apbs/releases/download/v${APBS_VERSION}/APBS-${APBS_VERSION}.Linux.zip \
&& unzip APBS-${APBS_VERSION}_Linux.zip \
&& rm APBS-${APBS_VERSION}_Linux.zip \
&& unzip APBS-${APBS_VERSION}.Linux.zip \
&& rm APBS-${APBS_VERSION}.Linux.zip \
&& rm -r APBS-${APBS_VERSION}.Linux/share/apbs/examples \
# Cleanup and remove unnecessary packages
&& apt remove zip wget -y \
Expand Down

0 comments on commit 3a37625

Please sign in to comment.