Skip to content

Commit

Permalink
Don't install recommended apt packages
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhoefler committed Sep 3, 2020
1 parent e918ab3 commit 6b86378
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
@@ -1,7 +1,7 @@
FROM ubuntu:20.04@sha256:31dfb10d52ce76c5ca0aa19d10b3e6424b830729e32a89a7c6eee2cda2be67a5

RUN apt-get update \
&& apt-get install -y \
&& apt-get install -y --no-install-recommends \
graphviz \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 6b86378

Please sign in to comment.