Skip to content

Commit

Permalink
Update hocus-agent.Dockerfile (#134)
Browse files Browse the repository at this point in the history
adding --no-install-recommends to 2nd apt-get install
  • Loading branch information
nemke82 committed Jul 26, 2023
1 parent 00905ba commit ca01333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/docker/hocus-agent.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN apt-get update \
iputils-ping \
&& add-apt-repository "deb http://httpredir.debian.org/debian sid main" \
&& apt-get update \
&& apt-get -t sid install -y \
&& apt-get -t sid install --no-install-recommends -y \
qemu-system \
skopeo \
kmod \
Expand Down

0 comments on commit ca01333

Please sign in to comment.