Skip to content

Commit

Permalink
Change Dockerfile to an exist base image
Browse files Browse the repository at this point in the history
  • Loading branch information
0akarma committed Dec 23, 2019
1 parent 8b2c0dd commit 900c901
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
@@ -1,9 +1,5 @@
#--- Release ---
FROM python:3.7-alpine
COPY --from=d0g3/h1ve /root/.cache /root/.cache
COPY --from=d0g3/h1ve requirements.txt .
COPY --from=d0g3/h1ve /usr/bin/mysqladmin /usr/bin/mysqladmin
RUN pip install -r requirements.txt && rm -rf /root/.cache
FROM d0g3/h1ve

ARG WORKDIR
ENV WORKDIR_IN ${WORKDIR}
Expand Down

0 comments on commit 900c901

Please sign in to comment.