Skip to content

Commit 4d71248

Browse files
authored
Fix gcsfuse-focal issue
http://b/307349288
1 parent c9fd0b7 commit 4d71248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key --
7979
# Use a fixed apt-get repo to stop intermittent failures due to flaky httpredir connections,
8080
# as described by Lionel Chan at http://stackoverflow.com/a/37426929/5881346
8181
RUN sed -i "s/httpredir.debian.org/debian.uchicago.edu/" /etc/apt/sources.list && \
82-
apt-get update && \
82+
apt-get update --allow-releaseinfo-change && \
8383
# Needed by lightGBM (GPU build)
8484
# https://lightgbm.readthedocs.io/en/latest/GPU-Tutorial.html#build-lightgbm
8585
apt-get install -y build-essential unzip cmake libboost-dev libboost-system-dev libboost-filesystem-dev p7zip-full && \

0 commit comments

Comments
 (0)