Skip to content

Commit

Permalink
apt: do not install recommends/speedup image build
Browse files Browse the repository at this point in the history
  • Loading branch information
rbott committed Oct 7, 2020
1 parent e308fc6 commit 575bf11
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 @@ -12,7 +12,7 @@ FROM debian:10

# Setup Flatpak
RUN apt update
RUN apt install -y ganeti ganeti-os-noop net-tools
RUN apt install --no-install-recommends -y ganeti ganeti-os-noop net-tools
RUN apt clean

ADD entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 575bf11

Please sign in to comment.