Skip to content

Commit 7365c43

Browse files
authored
Update Dockerfile
1 parent a57f4f0 commit 7365c43

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
@@ -1,6 +1,6 @@
11
FROM alpine:3.11
22

3-
RUN apk --update --no-cache add bash php7 php7-pdo_mysql
3+
RUN apk --update --no-cache add bash php7 php7-pdo php7-pdo_mysql
44
RUN rm -rf /var/cache/apk/*
55

66
ADD db-processor /db-processor

0 commit comments

Comments
 (0)