Because lack of time this repository is not connected to a Github repository.
Current Docker file:
FROM wodby/php:7.2-4.11.2
USER root
RUN apk --no-cache add ca-certificates; \
wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-git-crypt/master/sgerrand.rsa.pub; \
wget https://github.com/sgerrand/alpine-pkg-git-crypt/releases/download/0.6.0-r1/git-crypt-0.6.0-r1.apk; \
apk add git-crypt-0.6.0-r1.apk;
Content type
Image
Digest
Size
123.9 MB
Last updated
over 7 years ago
docker pull adaptdk/sd-circleci-api:7.2-4.11.2