Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DrB-S authored Nov 10, 2023
1 parent cc1da1a commit 0bd2ef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ LABEL maintainer.email="[email protected]"
# 'RUN' executes code during the build
# Install Python and pip
RUN apt-get update && apt-get install -y --no-install-recommends \
/usr/bin/python3 python3 python3-pip && \
python3 python3-pip && \
apt-get clean && rm -rf /var/lib/apt/lists/*

# Install Python dependencies
Expand Down Expand Up @@ -62,7 +62,7 @@ FROM app as test
# Demonstrate that the program is successfully installed

RUN echo && echo "Show heatcluster help file: " && echo && \
heatcluster -h && echo
python3 HeatCluster.py -h && echo

RUN echo && echo "Run a test matrix thru the program" && \
python3 HeatCluster.py -i snp-dists.txt && echo

0 comments on commit 0bd2ef8

Please sign in to comment.