EduardoSemanas
Results
1
comments of
EduardoSemanas
Hi @rossi-fi! I created the following code sample for this issue, which doesn't reproduce the false positive: FROM busyboxneg6 ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update; \ apt-get install --no-install-recommends -y python;...