Skip to content
Snippets Groups Projects

Remove not needed cleanup

Merged Neil-Jocelyn Schark requested to merge remove-not-needed-cleanup into master
1 file
+ 0
2
Compare changes
  • Side-by-side
  • Inline
+ 0
2
@@ -25,8 +25,6 @@ RUN apt-get update \
@@ -25,8 +25,6 @@ RUN apt-get update \
tmux \
tmux \
nload \
nload \
yamllint \
yamllint \
&& rm -rf /var/lib/apt/lists/* \
&& rm -Rf /usr/share/doc && rm -Rf /usr/share/man \
&& apt-get clean
&& apt-get clean
# Install gnmic
# Install gnmic
Loading