diff --git a/Dockerfile b/Dockerfile index e57870d8..6dbbba0b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="Liquidaty" LABEL url="https://github.com/liquidaty/zsv" LABEL org.opencontainers.image.description="zsv: tabular data swiss-army knife CLI + world's fastest (simd) CSV parser" -RUN apk add bash gcc make musl-dev perl ncurses-dev ncurses-static tmux file sqlite curl zip libjq-dev libutf8proc-dev +RUN apk add bash gcc make musl-dev perl ncurses-dev ncurses-static tmux file sqlite curl zip WORKDIR /zsv COPY . .