Skip to content

Commit

Permalink
docs(troubleshooting): remove unnecessary call (#4327)
Browse files Browse the repository at this point in the history
Removed unused `rm -rf` call. This directory doesn't exist (and same for all root docker images).
  • Loading branch information
sstopkin authored and aslushnikov committed Apr 23, 2019
1 parent 5e21ba3 commit 06fdcae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/troubleshooting.md
Expand Up @@ -231,8 +231,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
&& apt-get update \
&& apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst ttf-freefont \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/* \
&& rm -rf /src/*.deb
&& rm -rf /var/lib/apt/lists/*

# If running Docker >= 1.13.0 use docker run's --init arg to reap zombie processes, otherwise
# uncomment the following lines to have `dumb-init` as PID 1
Expand Down

0 comments on commit 06fdcae

Please sign in to comment.