Skip to content

Commit

Permalink
updated dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
erickpeirson committed Dec 19, 2018
1 parent e540a33 commit d2a1499
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ FROM arxiv/base:0.12.1rc2

WORKDIR /opt/arxiv

# Install MySQL.
RUN yum install -y which mysql mysql-devel

# Add Python application and configuration.
ADD app.py /opt/arxiv/
ADD Pipfile /opt/arxiv/
Expand Down

0 comments on commit d2a1499

Please sign in to comment.