FROM alpine:3.9
ENV PATH="${PATH:-/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin}"
RUN apk add --no-cache bash ca-certificates git git-lfs miniperl
&& ln -s miniperl /usr/bin/perl
RUN git lfs install --skip-repo
RUN echo 'hosts: files dns' >> /etc/nsswitch.conf
Content type
Image
Digest
Size
19.9 MB
Last updated
about 7 years ago
docker pull moztr/pathtest