Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jasii authored Feb 24, 2019
1 parent 5a448d6 commit 4bb82de
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 lsiobase/alpine.python3:3.8
WORKDIR /doge
RUN apk add nodejs --update-cache -X http://dl-3.alpinelinux.org/alpine/edge/main/ --allow-untrusted
RUN pip3 install --upgrade pip && \
pip3 install colorama pyopenssl requests tqdm unidecode image bs4 urllib3 flask pyqt5
pip3 install colorama pyopenssl requests tqdm unidecode image bs4 urllib3 flask
RUN git clone https://github.com/wowsuchdoge/doge . && \
mkdir -p data && \
cp doge.config.default.json doge.config.json && \
Expand Down

0 comments on commit 4bb82de

Please sign in to comment.