Skip to content

Commit

Permalink
Remove six dependency workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pbuyle committed Apr 1, 2020
1 parent 0a9713a commit d880218
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ RUN apk --update upgrade && \
WORKDIR /wheels
RUN git clone https://github.com/jmathai/elodie.git /elodie && \
pip wheel --no-cache-dir -r /elodie/requirements.txt && \
pip wheel --no-cache-dir six && \
rm -rf /elodie/.git

FROM python:3-alpine
Expand All @@ -37,7 +36,6 @@ COPY --from=builder /elodie /elodie

WORKDIR /elodie
RUN pip install --no-cache-dir -r requirements.txt -f /wheels && \
pip install --no-cache-dir six -f /wheels && \
rm -rf /wheels

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit d880218

Please sign in to comment.