Skip to content

Commit

Permalink
python>python3 in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw85 committed Sep 13, 2021
1 parent cec1f5e commit bb60621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN \
libssl-dev libffi-dev \
libreadline7 libreadline-dev sqlite3 libsqlite3-dev file \
python3-all-dev python3-venv python3-pip \
&& update-alternatives --install /usr/bin/python python /usr/bin/python3 10 \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

COPY . /tmp/medaka
Expand Down

0 comments on commit bb60621

Please sign in to comment.