Skip to content

Commit

Permalink
Fix chromium-driver install
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc committed Aug 26, 2024
1 parent 5489ed6 commit 981e431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ RUN su ${USERNAME} -c "mix local.hex --force \
# Add Atlos-specific dependencies
RUN apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends ffmpeg imagemagick curl python3 python3-dev python3-pip python3-poetry chromium chromium-chromedriver
&& apt-get -y install --no-install-recommends ffmpeg imagemagick curl python3 python3-dev python3-pip python3-poetry chromium chromium-driver
2 changes: 1 addition & 1 deletion platform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ COPY utils utils
ENV UTILS_DIR="/app/utils"

# Install packages needed for runtime environment
RUN apt-get update -y && apt-get install -y ffmpeg imagemagick curl python3-full dbus python3-pip python3-poetry chromium chromium-chromedriver tmpreaper ca-certificates postgresql-client jq \
RUN apt-get update -y && apt-get install -y ffmpeg imagemagick curl python3-full dbus python3-pip python3-poetry chromium chromium-driver tmpreaper ca-certificates postgresql-client jq \
&& apt-get clean && rm -f /var/lib/apt/lists/*_*

USER atlos
Expand Down

0 comments on commit 981e431

Please sign in to comment.