Skip to content
Snippets Groups Projects

Resolve "Fix default parameters for the periodic bubble example"

1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -209,6 +209,8 @@ RUN cd /tmp \
# ensure all libraries are known by the runtime linker
RUN ldconfig
RUN apt-get update && apt-get install -y python-tk
# clean cached packages
RUN rm -rf /var/lib/apt/lists/*
RUN rm -rf $HOME/.cache/pip/*
Loading