Skip to content

Commit

Permalink
fix install order for alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
GoNzCiD committed Jul 19, 2020
1 parent e9bdd22 commit b5b95c1
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 @@ -8,6 +8,6 @@ COPY run.py /app

WORKDIR /app

RUN apt install -y chromium-chromedriver && pip install -r requirements.txt
RUN apk add -y chromium-chromedriver && pip install -r requirements.txt

CMD ["python", "run.py"]

0 comments on commit b5b95c1

Please sign in to comment.