0
0
mirror of https://github.com/thegeeklab/wp-matrix.git synced 2024-09-20 01:22:47 +02:00
wp-matrix/Dockerfile

9 lines
234 B
Docker
Raw Normal View History

2017-10-31 19:58:23 +01:00
# vim: set ft=dockerfile:
FROM alpine:3.6
# Author with no obligation to maintain
MAINTAINER Paul Tötterman <paul.totterman@gmail.com>
RUN apk --no-cache add ca-certificates
ADD drone-plugin-matrix /
ENTRYPOINT /drone-plugin-matrix