Skip to content

Commit 5c6fd9f

Browse files
committed
feat: ssh and ps
1 parent 03c459c commit 5c6fd9f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile-multigres-17

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ FROM alpine:3.21 AS production
7777
RUN apk add --no-cache \
7878
bash \
7979
curl \
80+
openssh \
81+
procps \
8082
shadow \
8183
su-exec \
8284
tzdata \

Dockerfile-multigres-orioledb-17

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ FROM alpine:3.21 AS production
7777
RUN apk add --no-cache \
7878
bash \
7979
curl \
80+
openssh \
81+
procps \
8082
shadow \
8183
su-exec \
8284
tzdata \

0 commit comments

Comments
 (0)