Skip to content

Commit 519e6f2

Browse files
authored
squash! ansible: add libcap-dev package to Linux distros
1 parent c778263 commit 519e6f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/roles/docker/templates/ubi81.Dockerfile.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ RUN dnf install --disableplugin=subscription-manager -y \
2727
procps-ng \
2828
glibc-static \
2929
&& dnf --disableplugin=subscription-manager clean all
30-
RUN git clone https://github.com/mhiramat/libcap && cd libcap && make \
31-
make install
30+
RUN git clone https://github.com/mhiramat/libcap && cd libcap \
31+
&& make install
3232

3333
RUN groupadd -r -g {{ server_user_gid.stdout_lines[0] }} {{ server_user }} \
3434
&& adduser -r -m -d /home/{{ server_user }}/ \

0 commit comments

Comments
 (0)