We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c778263 commit 519e6f2Copy full SHA for 519e6f2
ansible/roles/docker/templates/ubi81.Dockerfile.j2
@@ -27,8 +27,8 @@ RUN dnf install --disableplugin=subscription-manager -y \
27
procps-ng \
28
glibc-static \
29
&& dnf --disableplugin=subscription-manager clean all
30
-RUN git clone https://github.com/mhiramat/libcap && cd libcap && make \
31
- make install
+RUN git clone https://github.com/mhiramat/libcap && cd libcap \
+ && make install
32
33
RUN groupadd -r -g {{ server_user_gid.stdout_lines[0] }} {{ server_user }} \
34
&& adduser -r -m -d /home/{{ server_user }}/ \
0 commit comments