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 166b616 commit f1b270cCopy full SHA for f1b270c
Dockerfile
@@ -7,12 +7,12 @@
7
# See https://aboutcode.org for more information about nexB OSS projects.
8
#
9
10
-FROM --platform=linux/amd64 python:3.12-slim-bookworm
+FROM --platform=linux/amd64 python:3.13-slim-bookworm AS build_amd64
11
12
# Python settings: Force unbuffered stdout and stderr (i.e. they are flushed to terminal immediately)
13
-ENV PYTHONUNBUFFERED 1
+ENV PYTHONUNBUFFERED=1
14
# Python settings: do not write pyc files
15
-ENV PYTHONDONTWRITEBYTECODE 1
+ENV PYTHONDONTWRITEBYTECODE=1
16
17
# OS requirements as per
18
# https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html
0 commit comments