You've already forked wakapi-readme-stats
Update Dockerfile
This commit is contained in:
@@ -9,13 +9,14 @@ ADD loc.py /loc.py
|
|||||||
ADD make_bar_graph.py /make_bar_graph.py
|
ADD make_bar_graph.py /make_bar_graph.py
|
||||||
ADD colors.json /colors.json
|
ADD colors.json /colors.json
|
||||||
|
|
||||||
|
RUN apt-get update
|
||||||
|
|
||||||
RUN 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 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
||||||
RUN apt install ./google-chrome-stable_current_amd64.deb
|
RUN apt install ./google-chrome-stable_current_amd64.deb
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get install -y python3-pip python3-dev \
|
||||||
&& apt-get install -y python3-pip python3-dev \
|
|
||||||
&& cd /usr/local/bin \
|
&& cd /usr/local/bin \
|
||||||
&& ln -s /usr/bin/python3 python \
|
&& ln -s /usr/bin/python3 python \
|
||||||
&& pip3 install --upgrade pip
|
&& pip3 install --upgrade pip
|
||||||
|
|||||||
Reference in New Issue
Block a user