Skip to content

Commit

Permalink
fix update packages apt
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseyolg authored Dec 7, 2023
1 parent 6d564d0 commit fad6ed1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ ARG GECKODRIVER_VERSION=v0.33.0 \

USER root

RUN apt-get install -yqq --no-install-recommends \
RUN apt-get update -qq \
&& apt-get install -yqq --no-install-recommends \
libnss3 \
libdbus-glib-1-2 \
libgtk-3-0 \
Expand Down

0 comments on commit fad6ed1

Please sign in to comment.