Skip to content

Commit eec7430

Browse files
authored
Merge pull request #16 from tjkirch/procps-ng
Add procps-ng to installed packages
2 parents 9781ccf + 57754f3 commit eec7430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN test -n "$IMAGE_VERSION"
4848
LABEL "org.opencontainers.image.version"="$IMAGE_VERSION"
4949

5050
RUN yum update -y \
51-
&& yum install -y openssh-server sudo util-linux \
51+
&& yum install -y openssh-server sudo util-linux procps-ng \
5252
&& yum clean all
5353

5454
COPY --from=builder /opt/bash /opt/bin/

0 commit comments

Comments
 (0)