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.
1 parent 870eefd commit ac0ece2Copy full SHA for ac0ece2
Dockerfile
@@ -15,7 +15,8 @@ RUN if [ "$(uname -m)" != "x86_64" -a "$(uname -m)" != "i386" ]; then \
15
fi
16
17
# RUN pip3 install --upgrade pip
18
-RUN python3 -m pip install gsutil --break-system-packages
+# needs unpublished version of apitools, see: https://github.com/GoogleCloudPlatform/gsutil/issues/1819
19
+RUN python3 -m pip install gsutil https://github.com/google/apitools/archive/refs/tags/v0.5.35.zip --break-system-packages
20
21
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && apt-get install -y locales -qq && locale-gen
22
ENV LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 LC_ALL=en_US.UTF-8 HOME=/tmp
0 commit comments