There was an error while loading. Please reload this page.
1 parent f8c0e20 commit cf62173Copy full SHA for cf62173
1 file changed
Dockerfile
@@ -20,7 +20,7 @@
20
# ScanCode.io is a free software code scanning tool from nexB Inc. and others.
21
# Visit https://github.com/nexB/scancode.io for support and download.
22
23
-FROM --platform=linux/amd64 python:3.11
+FROM --platform=linux/amd64 python:3.11-slim
24
25
LABEL org.opencontainers.image.source="https://github.com/nexB/scancode.io"
26
LABEL org.opencontainers.image.description="ScanCode.io"
@@ -56,6 +56,7 @@ RUN apt-get update \
56
libdevmapper1.02.1 \
57
libguestfs-tools \
58
linux-image-amd64 \
59
+ git \
60
wait-for-it \
61
&& apt-get clean \
62
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
0 commit comments