diff options
-rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,8 @@ RUN apt-get update && apt-get install -y \ openbabel \ autodock-vina \ pandoc \ - texlive-xetex + texlive-xetex \ + && apt-get clean && rm -rf /var/lib/apt/lists/* # copy PLIP source code WORKDIR /src |