Skip to content

Commit f547a90

Browse files
committed
fix ssh package name
1 parent 678f267 commit f547a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.goreleaser

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:latest
2-
RUN apk --no-cache add ca-certificates mysql-client openssl-client
2+
RUN apk --no-cache add ca-certificates mysql-client openssh-client
33
EXPOSE 3306
44

55
ENTRYPOINT ["/usr/bin/pscale"]

0 commit comments

Comments
 (0)