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 b783ab8 commit ce2d0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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 python3.6 python3-pip && \
python3.6 -m pip install pip --upgrade && \
apt-get install -y git python python-pip && \
python -m pip install pip --upgrade && \
git clone https://github.com/michael13162/SBOLExplorer.git && \
cd SBOLExplorer/flask && \
pip install -r requirements.txt && \
Expand Down

0 comments on commit ce2d0ef

Please sign in to comment.