Skip to content

Commit

Permalink
debian-base: don't remove libcap2
Browse files Browse the repository at this point in the history
  • Loading branch information
ixdy committed Jun 15, 2017
1 parent e08dfeb commit 2098cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/debian-base/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apt-get update \
&& apt-get dist-upgrade -y

# Hold required packages to avoid breaking the installation of packages
RUN apt-mark hold apt gnupg adduser passwd libsemanage1
RUN apt-mark hold apt gnupg adduser passwd libsemanage1 libcap2

# Remove unnecessary packages.
# This list was generated manually by listing the installed packages (`apt list --installed`),
Expand Down

0 comments on commit 2098cb8

Please sign in to comment.