Skip to content

Commit

Permalink
Update ubuntu image chromium installation methods
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Jun 5, 2023
1 parent c684bc1 commit 625cd9b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,9 @@ USER 0

ARG DEBIAN_FRONTEND=noninteractive

# Install python37 dependencies
RUN apt-get update -y && apt-get install -y software-properties-common && add-apt-repository ppa:deadsnakes/ppa -y
# Install python37 dependencies and chromium dependencies
RUN apt-get update -y && apt-get install -y software-properties-common && add-apt-repository ppa:deadsnakes/ppa -y && \
add-apt-repository ppa:saiarcot895/chromium-beta -y

# Install python37 binaries
RUN apt-get update -y && apt-get install python3 && \
Expand Down

0 comments on commit 625cd9b

Please sign in to comment.