mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-10 12:10:35 +02:00
subshells should not inherit FIFOs; initial framework for nofork (foreground) command substitutions
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM alpine:3.17
|
||||
RUN apk add --no-cache bison coreutils gcc libc-dev make
|
||||
ncurses-dev libncurses5-dev libncursesw5-dev
|
||||
WORKDIR /tmp/bash
|
||||
COPY . .
|
||||
RUN ./configure --enable-readline --with-curses
|
||||
RUN make
|
||||
RUN make tests
|
||||
Reference in New Issue
Block a user