We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c83a1b commit 020fdbeCopy full SHA for 020fdbe
Dockerfile
@@ -4,7 +4,7 @@ FROM bash:${bashver}
4
5
# Install parallel and accept the citation notice (we aren't using this in a
6
# context where it make sense to cite GNU Parallel).
7
-RUN apk add --no-cache parallel && \
+RUN apk add --no-cache parallel ncurses && \
8
mkdir -p ~/.parallel && touch ~/.parallel/will-cite
9
10
RUN ln -s /opt/bats/bin/bats /usr/sbin/bats
0 commit comments