Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmyers authored Sep 5, 2024
1 parent 88662b6 commit 0f76965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apt-get update && \
apt-get install -y software-properties-common && \
add-apt-repository ppa:deadsnakes/ppa && \
apt-get update && \
apt-get install -y git python python-pip && \
apt-get install -y git python3.6 python3-pip && \
python -m pip install pip --upgrade && \
git clone https://github.com/michael13162/SBOLExplorer.git && \
cd SBOLExplorer/flask && \
Expand Down

0 comments on commit 0f76965

Please sign in to comment.