We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fab9c13 commit 0d58bf5Copy full SHA for 0d58bf5
Dockerfile
@@ -74,6 +74,7 @@ ARG VENDOR_TARGET="export-vendor download-vendor"
74
ARG KEEP_SOURCES=0
75
76
WORKDIR /cloe
77
+SHELL ["/bin/bash", "-c"]
78
79
# Download or build dependencies:
80
COPY vendor /cloe/vendor
optional/vtd/Dockerfile
@@ -28,6 +28,7 @@ ARG KEEP_SOURCES=0
28
ARG VENDOR_TARGET="export-vendor download-vendor"
29
30
WORKDIR /cloe/optional/vtd
31
32
33
# Download vendor packages:
34
COPY vendor /cloe/optional/vtd/vendor
0 commit comments