diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-07-07 20:34:52 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 20:34:52 +0530 |
commit | 85a0b26230b239f7f5c8655c958dcdee01ca5a7b (patch) | |
tree | b373b5701426d6769ce7fc65e816c77100e7a7a0 /Dockerfile | |
parent | 7059ee2a4ced23e467741cc846eb185886ffca38 (diff) |
Update Dockerfile
Diffstat (limited to 'Dockerfile')
-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 |