Skip to content

Commit f7a516c

Browse files
committed
fix
1 parent 972d7d8 commit f7a516c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM nginx:alpine
22

33
RUN apk add python3 py3-pip supervisor
4-
RUN pip3 install google-cloud-run
4+
RUN pip3 install --break-system-packages google-cloud-run
55

66
COPY nginx.conf /etc/nginx/nginx.conf
77

0 commit comments

Comments
 (0)