We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 678f267 commit f547a90Copy full SHA for f547a90
Dockerfile.goreleaser
@@ -1,5 +1,5 @@
1
FROM alpine:latest
2
-RUN apk --no-cache add ca-certificates mysql-client openssl-client
+RUN apk --no-cache add ca-certificates mysql-client openssh-client
3
EXPOSE 3306
4
5
ENTRYPOINT ["/usr/bin/pscale"]
0 commit comments