We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af567f commit c78f3cbCopy full SHA for c78f3cb
Dockerfile
@@ -22,9 +22,7 @@ WORKDIR /netbox-scanner/netbox-scanner-master
22
RUN pip3 install -r requirements.txt
23
24
# Cleanup
25
-RUN apt-get -y purge $PACKAGES_CLEAN \
26
-&& apt -y autoremove \
27
-&& rm -rf /var/lib/apt/lists/*
+RUN find /usr/ -name '*.pyc' -delete
28
29
# Build final image
30
FROM scratch
0 commit comments