Skip to content

Commit 020fdbe

Browse files
dlorchsublimino
authored andcommitted
feat: add ncurses to Docker image
1 parent 1c83a1b commit 020fdbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM bash:${bashver}
44

55
# Install parallel and accept the citation notice (we aren't using this in a
66
# context where it make sense to cite GNU Parallel).
7-
RUN apk add --no-cache parallel && \
7+
RUN apk add --no-cache parallel ncurses && \
88
mkdir -p ~/.parallel && touch ~/.parallel/will-cite
99

1010
RUN ln -s /opt/bats/bin/bats /usr/sbin/bats

0 commit comments

Comments
 (0)