Skip to content

Commit

Permalink
add command to install thriftpy2 to fix error from installation of de…
Browse files Browse the repository at this point in the history
…precated thriftpy:

Thriftpy/thriftpy#333
  • Loading branch information
mazma1 committed Nov 20, 2018
1 parent 53d2ba6 commit fc3900e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions log-message-processor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM python:3-alpine
WORKDIR /usr/src/app
RUN apk add --no-cache build-base
COPY requirements.txt .
RUN pip3 install cython thriftpy2
RUN pip3 install -r requirements.txt

COPY main.py .
Expand Down

0 comments on commit fc3900e

Please sign in to comment.