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 577e9af commit 8a51b35Copy full SHA for 8a51b35
samples/imagedims-python/Dockerfile
@@ -7,6 +7,7 @@ RUN pip3 install --target /python/ --no-cache --no-cache-dir -r requirements.tx
7
chmod -R o+r /python
8
ADD . /function/
9
RUN rm -fr /function/.pip_cache
10
+
11
FROM fnproject/python:3.6
12
RUN microdnf install oracle-epel-release-el8 &&\
13
microdnf install ImageMagick &&\
0 commit comments