mirror of
https://github.com/thegeeklab/wp-matrix.git
synced 2024-11-09 18:10:39 +00:00
9 lines
234 B
Docker
9 lines
234 B
Docker
# 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
|