Skip to content

Commit

Permalink
FROM tnir/mysqlclient:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
xingdao committed May 25, 2019
1 parent 7cb9e42 commit e934f67
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
FROM python:3.6.8-alpine3.7
FROM tnir/mysqlclient:latest
MAINTAINER Xingdao <aoqiwlzj5@gmail.com>

WORKDIR /app
COPY . /app

RUN apk add --update --no-cache mariadb-client-libs \
mariadb-dev \
gcc \
musl-dev \
RUN apk add --update --no-cache gcc \
libffi-dev \
openssl-dev \
python3-dev \
Expand Down

0 comments on commit e934f67

Please sign in to comment.