Skip to content

Commit 17cdc59

Browse files
feat(Dockerfile): ✨ add curl
Signed-off-by: Mario Vejlupek <[email protected]>
1 parent 5db0692 commit 17cdc59

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 mariadb-client
28+
RUN apk --no-cache add openssh openssh-sftp-server pcre libgcc mariadb-client curl
2929

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

0 commit comments

Comments
 (0)