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 ae785a3 commit 8b8c2a1Copy full SHA for 8b8c2a1
run/image-processing/Dockerfile
@@ -16,7 +16,6 @@
16
# https://hub.docker.com/_/node
17
FROM node:20-slim
18
# [START cloudrun_imageproc_dockerfile_nodejs]
19
-# [START cloudrun_imageproc_dockerfile_imagemagick]
20
21
# Install Imagemagick into the container image.
22
# For more on system packages review the system packages tutorial.
@@ -26,7 +25,6 @@ RUN set -ex; \
26
25
apt-get -y install imagemagick; \
27
rm -rf /var/lib/apt/lists/*
28
29
-# [END cloudrun_imageproc_dockerfile_imagemagick]
30
# [END cloudrun_imageproc_dockerfile_nodejs]
31
32
# Create and change to the app directory.
0 commit comments