You've already forked wakapi-readme-stats
Update Dockerfile
This commit is contained in:
@@ -9,10 +9,10 @@ ADD loc.py /loc.py
|
||||
ADD make_bar_graph.py /make_bar_graph.py
|
||||
ADD colors.json /colors.json
|
||||
|
||||
RUN sudo apt-get -y install wget
|
||||
RUN apt-get -y install wget
|
||||
|
||||
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||
RUN sudo apt install ./google-chrome-stable_current_amd64.deb
|
||||
RUN apt install ./google-chrome-stable_current_amd64.deb
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y python3-pip python3-dev \
|
||||
|
||||
Reference in New Issue
Block a user