Skip to content

Commit

Permalink
testing something
Browse files Browse the repository at this point in the history
  • Loading branch information
br1tney5pear5 committed Jan 2, 2025
1 parent 968cd95 commit cd9558f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
RUN apk add bash gcc make musl-dev perl ncurses-dev ncurses-static tmux file sqlite curl zip libjq-dev libutf8proc-dev

WORKDIR /zsv
COPY . .
Expand Down

0 comments on commit cd9558f

Please sign in to comment.