Skip to content

Commit 8a51b35

Browse files
authored
Update Dockerfile
1 parent 577e9af commit 8a51b35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/imagedims-python/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN pip3 install --target /python/ --no-cache --no-cache-dir -r requirements.tx
77
chmod -R o+r /python
88
ADD . /function/
99
RUN rm -fr /function/.pip_cache
10+
1011
FROM fnproject/python:3.6
1112
RUN microdnf install oracle-epel-release-el8 &&\
1213
microdnf install ImageMagick &&\

0 commit comments

Comments
 (0)