Skip to content

Commit

Permalink
Cherry pick PR #2884: Fix Docsite generation script (#2890)
Browse files Browse the repository at this point in the history
Refer to the original PR: #2884

The CA certificates won't install by default, making subsequent curl
fail.

Also a test commit to validate CI migration.

b/236404667

b/327428751

Co-authored-by: Kaido Kert <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and kaidokert committed Apr 10, 2024
1 parent 1a079f5 commit ee66c82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cobalt/site/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@
# limitations under the License.

ARG FROM_IMAGE
FROM ${FROM_IMAGE:-gcr.io/cloud-marketplace-containers/google/debian10}
FROM ${FROM_IMAGE:-gcr.io/cloud-marketplace-containers/google/debian11}

RUN apt update -qqy \
&& apt install -qqy --no-install-recommends \
curl \
ca-certificates \
doxygen \
git \
python3 \
Expand Down

0 comments on commit ee66c82

Please sign in to comment.