Skip to content

Commit e28e88f

Browse files
committed
clean apt cache
1 parent 047c1c7 commit e28e88f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build-files/prokka/1.15.6/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3838
ncbi-tools-bin \
3939
default-jre-headless \
4040
dpkg-dev \
41-
gcc
41+
gcc &&\
42+
rm -rf /var/lib/apt/lists/* && apt-get autoclean
4243

4344
# ncbi-tools-bin provides table2asn
4445
# dpkg-dev and gcc is for suppressing a warning (may be removed)

0 commit comments

Comments
 (0)