We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047c1c7 commit e28e88fCopy full SHA for e28e88f
1 file changed
build-files/prokka/1.15.6/Dockerfile
@@ -38,7 +38,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
38
ncbi-tools-bin \
39
default-jre-headless \
40
dpkg-dev \
41
- gcc
+ gcc &&\
42
+ rm -rf /var/lib/apt/lists/* && apt-get autoclean
43
44
# ncbi-tools-bin provides table2asn
45
# dpkg-dev and gcc is for suppressing a warning (may be removed)
0 commit comments