Skip to content

Commit d636181

Browse files
committed
install knife-spork globally
1 parent 2f94edf commit d636181

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN /opt/chef-workstation/embedded/bin/gem install net-ssh -v 6.3.0.beta1 --pre
5555

5656
# Create directory and install knife-spork for cookbook deployment
5757
RUN mkdir -p ~/environments \
58-
&& chef gem install knife-spork \
58+
&& chef gem install knife-spork --no-user-install --conservative \
5959
&& rm -rf /root/.chef /root/.local
6060

6161
# Setup entrypoint

0 commit comments

Comments
 (0)