Sign inSign up

plaquette/csvkit

By plaquette

Updated over 2 years ago

small image for the csvkit with an added bash entrypoint

Image
0

152

plaquette/csvkit repository overview

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"]

Tag summary

Content type

Image

Digest

sha256:1df18ed35

Size

54.7 MB

Last updated

over 2 years ago

docker pull plaquette/csvkit:dev