Skip to content

Commit 6a6f432

Browse files
authored
Update Dockerfile
1 parent afe68cf commit 6a6f432

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
@@ -57,7 +57,7 @@ RUN /opt/vagrant/embedded/bin/gem install net-ssh -v 6.3.0.beta1 --pre --install
5757
patch -p1 -d ${CHEF_GEMDIR}/gems/net-ssh-6.3.0.beta1 && \
5858
curl https://github.com/net-ssh/net-ssh/commit/${NET_SSH_PATCH2}.diff | filterdiff -p1 -x 'test/*' -x '.rubocop_todo.yml' | \
5959
patch -p1 -d ${CHEF_GEMDIR}/gems/net-ssh-6.3.0.beta1 && \
60-
rm -rf /root/.chef /root/.vagrant.d /root/.gem
60+
rm -rf /root/.chef /root/.gem
6161

6262
# Create directory and install knife-spork for cookbook deployment
6363
RUN mkdir -p ~/environments \

0 commit comments

Comments
 (0)