convox / convox

Delete the apt-get lists after installing anything DOK-DL3009
Performance
Major
1 occurrence in this check
Delete the apt-get lists after installing something
51ARG DOCKER_ARCH=x86_64
52ARG KUBECTL_ARCH=amd64
53
54RUN apt-get -qq update && apt-get -qq -y install curl default-mysql-client postgresql-client redis-tools telnet skopeo55
56SHELL ["/bin/bash", "-o", "pipefail", "-c"]
57