Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
manudiv16 committed Oct 4, 2020
1 parent 05b1055 commit 92ed6fa
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 @@ -6,7 +6,7 @@ ENV TZ=Europe/Madrid

RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN apt-get update \
&& apt-get install -y python3-pip python3 graphviz\
&& apt-get install -y --no-install-recommends python3-pip python3 graphviz\
&& pip3 install --upgrade pip \
&& pip3 install -r requirements.txt

Expand Down

0 comments on commit 92ed6fa

Please sign in to comment.