Skip to content

Commit 0d58bf5

Browse files
committed
docker: Use /bin/bash as SHELL to support setup.sh functions
1 parent fab9c13 commit 0d58bf5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ ARG VENDOR_TARGET="export-vendor download-vendor"
7474
ARG KEEP_SOURCES=0
7575

7676
WORKDIR /cloe
77+
SHELL ["/bin/bash", "-c"]
7778

7879
# Download or build dependencies:
7980
COPY vendor /cloe/vendor

optional/vtd/Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ ARG KEEP_SOURCES=0
2828
ARG VENDOR_TARGET="export-vendor download-vendor"
2929

3030
WORKDIR /cloe/optional/vtd
31+
SHELL ["/bin/bash", "-c"]
3132

3233
# Download vendor packages:
3334
COPY vendor /cloe/optional/vtd/vendor

0 commit comments

Comments
 (0)