Skip to content

Commit 5db0692

Browse files
feat(Dockerfile): ✨ add mariadb-client package
Signed-off-by: Mario Vejlupek <[email protected]>
1 parent 931943a commit 5db0692

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
@@ -25,7 +25,7 @@ ENTRYPOINT ["/entrypoint"]
2525

2626
EXPOSE "${SSHD_PORT}/tcp"
2727

28-
RUN apk --no-cache add openssh openssh-sftp-server pcre libgcc
28+
RUN apk --no-cache add openssh openssh-sftp-server pcre libgcc mariadb-client
2929

3030
COPY --from=BUILDER /app/entrypoint /entrypoint
3131

0 commit comments

Comments
 (0)