Skip to content

Commit

Permalink
Merge pull request #39 from briehl/master
Browse files Browse the repository at this point in the history
try updating dockerfile to get builds working
  • Loading branch information
briehl authored Jul 13, 2020
2 parents 03d5d3c + f0a8174 commit 9a57a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ WORKDIR /app

RUN apk add --no-cache openssl

RUN apk --update add --virtual build-dependencies python-dev build-base && \
RUN apk --update add --virtual build-dependencies python3-dev build-base && \
pip install --upgrade pip && \
pip install --upgrade --no-cache-dir -r requirements.txt && \
apk del build-dependencies
Expand Down

0 comments on commit 9a57a32

Please sign in to comment.