Skip to content

Commit

Permalink
Adding missing building dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
StayPirate committed Aug 20, 2020
1 parent bc9781d commit 50309d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ FROM python:3-alpine
WORKDIR /usr/src/mha

COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
RUN apk add --no-cache gcc musl-dev && \
pip install --no-cache-dir -r requirements.txt

COPY mha/ .

Expand Down

0 comments on commit 50309d9

Please sign in to comment.