Skip to content

Commit 4086b6a

Browse files
committed
base image: mysql / postgres client only
0 parents  commit 4086b6a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FROM alpine:3.12
2+
3+
## Includes postgresql and mysql (CLIENT ONLY)
4+
RUN apk add --no-cache mysql-client postgresql-client

0 commit comments

Comments
 (0)