Skip to content

Commit

Permalink
Merge pull request #62 from podder-ai/develop
Browse files Browse the repository at this point in the history
Merge develop to master
  • Loading branch information
eisuke-ueta committed Nov 26, 2019
2 parents 27a63e0 + 51ca1b9 commit 7180795
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 @@ -3,6 +3,7 @@ FROM ubuntu:18.04
RUN apt-get update -y \
&& apt-get install -y python3.6 \
&& apt-get install -y python3-pip \
&& apt-get install -y libssl-dev \
&& apt-get install -y mysql-client \
&& apt-get install -y libmysqlclient-dev \
&& apt-get install -y wget \
Expand Down

0 comments on commit 7180795

Please sign in to comment.