We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28cd09a commit 7487043Copy full SHA for 7487043
Dockerfile
@@ -78,4 +78,6 @@ COPY ./matplotlib/* ${HOME}/.config/matplotlib/
78
# set default timezone
79
RUN echo "Etc/UTC" > /etc/timezone
80
81
+RUN echo 'APT::Install-Recommends "false";' >> /etc/apt/apt.conf.d/99-recommends
82
+
83
CMD ["zsh"]
0 commit comments