Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
th3-z committed Sep 25, 2019
1 parent af454f1 commit 8f503ce
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 @@ -2,7 +2,7 @@ FROM python:3

COPY magicked_admin /magicked_admin

RUN pip install colorama termcolor lxml requests
RUN pip install -r requirements.txt

WORKDIR /magicked_admin

Expand Down

0 comments on commit 8f503ce

Please sign in to comment.