We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57f4f0 commit 7365c43Copy full SHA for 7365c43
Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:3.11
2
3
-RUN apk --update --no-cache add bash php7 php7-pdo_mysql
+RUN apk --update --no-cache add bash php7 php7-pdo php7-pdo_mysql
4
RUN rm -rf /var/cache/apk/*
5
6
ADD db-processor /db-processor
0 commit comments