Skip to content

Commit f0d7972

Browse files
authored
Remove another cache-dir
1 parent 8ba9126 commit f0d7972

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ RUN /opt/vagrant/embedded/bin/gem install net-ssh -v 6.3.0.beta1 --pre --install
6161

6262
# Create directory and install knife-spork for cookbook deployment
6363
RUN mkdir -p ~/environments \
64-
&& chef gem install knife-spork
64+
&& chef gem install knife-spork \
65+
&& rm -rf /root/.chef /root/.local
6566

6667
# Setup entrypoint
6768
COPY docker-entrypoint.sh /usr/bin

0 commit comments

Comments
 (0)