small image for the csvkit with an added bash entrypoint
152
simple container, containing the csvkit AND a bash entrypoint:
Dockerfile:
FROM python:alpine
RUN apk add --no-cache bash && \
pip install csvkit
CMD ["/bin/bash"]
Content type
Image
Digest
sha256:1df18ed35…
Size
54.7 MB
Last updated
over 2 years ago
docker pull plaquette/csvkit:dev