Skip to content

Commit 7487043

Browse files
l1shenBlackHole1
andauthored
feat: install recommends set false (#35)
Co-authored-by: Kevin Cui <github@bugs.cc>
1 parent 28cd09a commit 7487043

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,6 @@ COPY ./matplotlib/* ${HOME}/.config/matplotlib/
7878
# set default timezone
7979
RUN echo "Etc/UTC" > /etc/timezone
8080

81+
RUN echo 'APT::Install-Recommends "false";' >> /etc/apt/apt.conf.d/99-recommends
82+
8183
CMD ["zsh"]

0 commit comments

Comments
 (0)