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.
build-essential
1 parent 847c018 commit 63cd9d0Copy full SHA for 63cd9d0
gcp/api/Dockerfile
@@ -14,9 +14,6 @@
14
15
FROM python:3.13.3-slim@sha256:56a11364ffe0fee3bd60af6d6d5209eba8a99c2c16dc4c7c5861dc06261503cc
16
17
-# Install build-essential which is required by Cloud Profiler
18
-RUN apt-get update && apt-get install -y build-essential
19
-
20
# Generation 1 of cloud run overrides the HOME environment variable, causing
21
# poetry to run in the incorrect environment, as it defaults to using $HOME/.cache/virtualenvs/...
22
#
0 commit comments