You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2023/05/08 20:25:17 UTC

[beam] branch users/damccorm/site created (now 340a01f2351)

This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a change to branch users/damccorm/site
in repository https://gitbox.apache.org/repos/asf/beam.git


      at 340a01f2351 Fix website dependency issue

This branch includes the following new commits:

     new 340a01f2351 Fix website dependency issue

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[beam] 01/01: Fix website dependency issue

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

damccorm pushed a commit to branch users/damccorm/site
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 340a01f2351cf79757fa159f4fb4d0520387536b
Author: Danny McCormick <da...@google.com>
AuthorDate: Mon May 8 16:25:09 2023 -0400

    Fix website dependency issue
---
 website/Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/website/Dockerfile b/website/Dockerfile
index 4c484748104..8b3cff75ab0 100644
--- a/website/Dockerfile
+++ b/website/Dockerfile
@@ -29,6 +29,8 @@ ENV DEBIAN_FRONTEND=noninteractive \
     LC_CTYPE=C.UTF-8 \
     LC_MESSAGES=C.UTF-8
 
+# Recommended by Debian security - https://www.debian.org/security/ - allows us to pull the proper dependencies
+RUN echo "deb http://security.debian.org/debian-security bullseye-security main contrib non-free" > /etc/apt/sources.list
 # Install deps being used by sh files
 RUN apt-get update \
     && apt-get install -y --no-install-recommends \