Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions run/image-processing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
# Use the official lightweight Node.js image.
# https://hub.docker.com/_/node
FROM node:20-slim
# [START cloudrun_imageproc_dockerfile_nodejs]
# [START cloudrun_imageproc_dockerfile_imagemagick]

# Install Imagemagick into the container image.
Expand All @@ -26,6 +27,7 @@ RUN set -ex; \
rm -rf /var/lib/apt/lists/*

# [END cloudrun_imageproc_dockerfile_imagemagick]
# [END cloudrun_imageproc_dockerfile_nodejs]

# Create and change to the app directory.
WORKDIR /usr/src/app
Expand Down
Loading