We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9781ccf + 57754f3 commit eec7430Copy full SHA for eec7430
Dockerfile
@@ -48,7 +48,7 @@ RUN test -n "$IMAGE_VERSION"
48
LABEL "org.opencontainers.image.version"="$IMAGE_VERSION"
49
50
RUN yum update -y \
51
- && yum install -y openssh-server sudo util-linux \
+ && yum install -y openssh-server sudo util-linux procps-ng \
52
&& yum clean all
53
54
COPY --from=builder /opt/bash /opt/bin/
0 commit comments