Skip to content

Commit e8cc6ed

Browse files
authored
Update README.md
1 parent 5dae939 commit e8cc6ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/imagedims-python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ RUN microdnf install oracle-epel-release-el8 &&\
9393
microdnf remove oracle-epel-release-el8 &&\
9494
microdnf clean all
9595
```
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.
96+
We want to install ImageMagick into the runtime image, not the build image, so we need to
97+
add the above lines in the second stage as shown in the merged [Dockerfile](./Dockerfile).
9898

9999

100100
## Deploy the function

0 commit comments

Comments
 (0)