Skip to content

Commit cf62173

Browse files
committed
Use python:3.11-slim in place or python:3.11 in Dockerfile
Signed-off-by: Thomas Druez <tdruez@nexb.com>
1 parent f8c0e20 commit cf62173

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# ScanCode.io is a free software code scanning tool from nexB Inc. and others.
2121
# Visit https://github.com/nexB/scancode.io for support and download.
2222

23-
FROM --platform=linux/amd64 python:3.11
23+
FROM --platform=linux/amd64 python:3.11-slim
2424

2525
LABEL org.opencontainers.image.source="https://github.com/nexB/scancode.io"
2626
LABEL org.opencontainers.image.description="ScanCode.io"
@@ -56,6 +56,7 @@ RUN apt-get update \
5656
libdevmapper1.02.1 \
5757
libguestfs-tools \
5858
linux-image-amd64 \
59+
git \
5960
wait-for-it \
6061
&& apt-get clean \
6162
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 commit comments

Comments
 (0)