Skip to content

Commit

Permalink
fix(cloudrun): delete old region tag run_system_package_ubuntu (#4933)
Browse files Browse the repository at this point in the history
  • Loading branch information
OremGLG authored Jan 6, 2025
1 parent 6fd2b11 commit d2aaeb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions run/system_package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ RUN go build -v -o server
FROM ubuntu

# [START cloudrun_system_package_ubuntu]
# [START run_system_package_ubuntu]
RUN apt-get update -y && apt-get install -y \
graphviz \
&& apt-get clean
# [END run_system_package_ubuntu]
# [END cloudrun_system_package_ubuntu]

# Copy the binary to the production image from the builder stage.
Expand Down

0 comments on commit d2aaeb8

Please sign in to comment.