Skip to content

Commit

Permalink
Merge pull request cyberdefenders#17 from StayPirate/build-dep
Browse files Browse the repository at this point in the history
Adding missing building dependencies
  • Loading branch information
lnxg33k authored Sep 5, 2020
2 parents bc9781d + 50309d9 commit dc0b3f0
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 dc0b3f0

Please sign in to comment.