We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 972d7d8 commit f7a516cCopy full SHA for f7a516c
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
FROM nginx:alpine
2
3
RUN apk add python3 py3-pip supervisor
4
-RUN pip3 install google-cloud-run
+RUN pip3 install --break-system-packages google-cloud-run
5
6
COPY nginx.conf /etc/nginx/nginx.conf
7
0 commit comments