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: 0 additions & 2 deletions run/image-processing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
# 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.
# For more on system packages review the system packages tutorial.
Expand All @@ -26,7 +25,6 @@ RUN set -ex; \
apt-get -y install imagemagick; \
rm -rf /var/lib/apt/lists/*

# [END cloudrun_imageproc_dockerfile_imagemagick]
# [END cloudrun_imageproc_dockerfile_nodejs]

# Create and change to the app directory.
Expand Down
Loading