aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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