We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c822455 commit 54a7f6cCopy full SHA for 54a7f6c
Dockerfile
@@ -12,6 +12,8 @@ ARG CHEF_GEMDIR=/opt/chef-workstation/embedded/lib/ruby/gems/3.0.0/
12
ARG NET_SSH_PATCH1=f79ed49dc068317fb280bd2fb554ecb0ce13a7e1
13
ARG NET_SSH_PATCH2=a45f54fe1de434605af0b7195dd9a91bccd2cec5"
14
15
+SHELL ["/bin/bash", "-o", "pipefail", "-c"]
16
+
17
# Print Chef-Workstation component versions
18
RUN /opt/chef-workstation/bin/chef -v
19
0 commit comments