Skip to content

Commit 51a76ef

Browse files
Dockerfile - python:3-slim
1 parent 959be61 commit 51a76ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analyzers/QrDecode/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3
1+
FROM python:3-slim
22
WORKDIR /worker
33
COPY . QrDecode
44
RUN test ! -e QrDecode/requirements.txt || pip install --no-cache-dir -r QrDecode/requirements.txt

0 commit comments

Comments
 (0)