aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-07-07 20:34:52 +0530
committerGitHub <noreply@github.com>2020-07-07 20:34:52 +0530
commit85a0b26230b239f7f5c8655c958dcdee01ca5a7b (patch)
treeb373b5701426d6769ce7fc65e816c77100e7a7a0 /Dockerfile
parent7059ee2a4ced23e467741cc846eb185886ffca38 (diff)
Update Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ed19148..78890d7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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