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 5dae939 commit e8cc6edCopy full SHA for e8cc6ed
samples/imagedims-python/README.md
@@ -93,8 +93,8 @@ RUN microdnf install oracle-epel-release-el8 &&\
93
microdnf remove oracle-epel-release-el8 &&\
94
microdnf clean all
95
```
96
-We want to install ImageMagick into the runtime image, not the build image,
97
-so we need to add line in the second stage.
+We want to install ImageMagick into the runtime image, not the build image, so we need to
+add the above lines in the second stage as shown in the merged [Dockerfile](./Dockerfile).
98
99
100
## Deploy the function
0 commit comments